source: buchla-68k/orig/DOC/AZC86NDX.TXT

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 1.2 KB
Line 
1agetc(ptr) FGETS.C
2alloc(size) ALLOC.C
3aputc(c, ptr) FPUTS.C
4
5cgets(s) CONIO.C
6closall() PUTC.C
7close(fd) OPEN.C
8conin(x, buff, len) READ.C
9conwr(kind, buff, len) WRITE.C
10cputs(s) CONIO.C
11creat(name, mode) OPEN.C
12
13fclose(ptr) PUTC.C
14fd_clsall() OPEN.C
15fflush(ptr) PUTC.C
16fgets(s, n, fp) FGETS.C
17filecl(fp) OPEN.C
18fileop(name, flag, mode, chp, dp) OPEN.C
19flush_(ptr, data) PUTC.C
20fopen(name, mode) FOPEN.C
21fputs(s, fp) FPUTS.C
22fread(buffer, size, number, stream) FREAD.C
23fseek(fp, pos, mode) FSEEK.C
24ftell(fp) FSEEK.C
25fwrite(buffer, size, number, stream) FREAD.C
26
27getbuff(ptr) GETBUFF.C
28getc(ptr) GETC.C
29getch() CONIO.C
30gets(line) FGETS.C
31getw(stream) GETC.C
32
33lseek(fd, pos, how) LSEEK.C
34
35open(name, flag, mode) OPEN.C
36
37posit(fd, pos) POSIT.C
38putc(c, ptr) PUTC.C
39putch(c) CONIO.C
40puterr(c) PUTC.C
41puts(str) FPUTS.C
42putw(w, stream) PUTC.C
43
44read(fd, buff, len) READ.C
45rename(old, new) RENAME.C
46
47setbuf(stream, buffer) SETBUF.C
48
49ungetc(c, ptr) UNGETC.C
50ungetch(c) CONIO.C
51unlink(name) UNLINK.C
52
53write(fd, buff, len) WRITE.C
Note: See TracBrowser for help on using the repository browser.