cat.h

00001 #ifndef CAT_H
00002 #define CAT_H
00003 
00004 /* Prototypes for the cat command, excluding entry points */
00005 
00006 static unsigned int cat_file(const char *, size_t, bool);
00007 
00008 #endif /* CAT_H */
00009 

Generated on Thu Jun 2 07:45:40 2011 for HelenOS/USB by  doxygen 1.4.7