|
|
1.1 root 1: head 1.1;
2: branch ;
3: access ;
4: symbols ;
5: locks bin:1.1; strict;
6: comment @ * @;
7:
8:
9: 1.1
10: date 93.03.11.07.46.37; author bin; state Exp;
11: branches ;
12: next ;
13:
14:
15: desc
16: @@
17:
18:
19:
20: 1.1
21: log
22: @Initial revision
23: @
24: text
25: @#ifndef __SYS_H
26: #define __SYS_H
27:
28: extern "C" {
29: int open(char *, int);
30: int read(int, void *, int);
31: int close(int);
32: }
33:
34: inline int open(const char * fn, int n) { return open( (char *)fn, n); }
35:
36: #endif
37: @
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.