Re: Syscall problem ?
- From: roberson@xxxxxxxxxxxxxxxxxx (Walter Roberson)
- Date: Mon, 31 Oct 2005 16:59:08 +0000 (UTC)
In article <1130776726.932904.146890@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
yezi <ye_line@xxxxxxxxxxx> wrote:
>I code a program by c called "inter". I have another program called
>"end"
>Can I code in "end " to use the syscall ( "inter") ?
>If Yes , which kind of command format should I write?
I suggest you examine the documentation for the system() routine.
Pretty much all the standard says is that this will invoke
system-defined behaviour. -Usually- the string you pass into
system() is a command line that will be parsed by -something-
and the appropriate program started up.
Note: if "inter" really is a "syscall" (system call) then the
mechanisms you will need to invoke it would be operating system
dependant. Most operating systems make it difficult to add
your own system calls.
--
I am spammed, therefore I am.
.
- Follow-Ups:
- Re: Syscall problem ?
- From: yezi
- Re: Syscall problem ?
- References:
- Syscall problem ?
- From: yezi
- Syscall problem ?
- Prev by Date: Re: Quick questions...
- Next by Date: Re: Syscall problem ?
- Previous by thread: Syscall problem ?
- Next by thread: Re: Syscall problem ?
- Index(es):