2011年1月11日 星期二

Run executable file from C code

利用exe

#include
#include

int main(int arg, char* agrc)
{
int ret = execv("/hello", (char *)NULL);

printf("call system. return value is %x", ret);
}


透過Facebook分享

沒有留言: