Annotation of coherent/b/bin/db/dbh/sys.h, revision 1.1.1.1

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.