Defines | |
| #define | MAX (a,b) |
| A macro that returns the maximum of a and b. More... | |
Typedefs | |
| typedef unsigned int | UINT32 |
| A type definition for a . More... | |
Functions | |
| int | open (const char *,int) |
| Opens a file descriptor. More... | |
| int | close (int) |
| Closes the file descriptor fd. More... | |
| size_t | write (int,const char *, size_t) |
| Writes count bytes from buf to the filedescriptor fd. More... | |
| int | read (int,char *,size_t) |
| Read bytes from a file descriptor. More... | |
Variables | |
| int | errno |
| Contains the last error code. More... | |
Details.
A macro that returns the maximum of a and b.
Details.
A type definition for a .
Details.
Opens a file descriptor.
Closes the file descriptor fd.
Writes count bytes from buf to the filedescriptor fd.
Read bytes from a file descriptor.
Contains the last error code.
written by Dimitri van Heesch, © 1997-1999