|
|
1.1 ! root 1: #ifndef __SYS_H ! 2: #define __SYS_H ! 3: ! 4: extern "C" { ! 5: int open(char *, int); ! 6: int read(int, void *, int); ! 7: int close(int); ! 8: } ! 9: ! 10: inline int open(const char * fn, int n) { return open( (char *)fn, n); } ! 11: ! 12: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.