Main Page   File List   File Members  

structcmd.h

Go to the documentation of this file.
00001 
00051 #define MAX(a,b) (((a)>(b))?(a):(b))
00052 typedef unsigned int UINT32;
00053 int errno;
00054 int open(const char *,int);
00055 int close(int);
00056 size_t write(int,const char *, size_t);
00057 int read(int,char *,size_t);

Generated at Fri Mar 23 20:22:09 2001 for Structural commands by doxygen1.2.6-20010319 written by Dimitri van Heesch, © 1997-2001