Re: syscall reference
- From: "Bill Cunningham" <nospam@xxxxxxxxx>
- Date: Wed, 23 Apr 2008 00:25:59 GMT
Chapter 2 of the man pages is the reference for the C language
interface to the system. I'm a bit puzzled that a day or so ago you
were asking for help with a nearly-correct program that created and
used a pipe, and now you're asking about references to write(),
read(), and close() -- calls that your program was using correctly.
Someone else was using correctly. The skeleton of the program I picked
up from a linux site and whoever wrote the program knows the parameters
well. I can make out some from the written code. Close and pipe are pretty
self-explainatory. It's read and write I want to be sure of. And there's
about 214 other calls I don't know the parameters to.
Bill
.
- References:
- syscall reference
- From: Bill Cunningham
- Re: syscall reference
- From: Joe Pfeiffer
- syscall reference
- Prev by Date: Re: char device driver + script
- Next by Date: Re: syscall reference
- Previous by thread: Re: syscall reference
- Next by thread: Re: syscall reference
- Index(es):
Relevant Pages
|