[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: execute a program using C



At 1144263587 past the epoch, Deephay wrote:
> Greetings all,
> 
>   I am wondering that if there is way to execute a compiled program
> using C (either system calls / library calls)? Thx a lot!

See the manpages for exec(3) and system(3) -- fork(2) is also useful.

-- 
Jon Dowland
http://alcopop.org/



Reply to: