|
|
1.1 root 1: # C library -- fstat
2:
3: # error = fstat(file, statbuf);
4:
5: # char statbuf[34]
6:
7: fstat = 28
8: .globl _fstat
9:
10: _fstat:
11: linkw a6,#0
12: pea fstat
13: trap #0
14: bcc noerror
15: jmp cerror
16: noerror:
17: clrl d0
18: unlk a6
19: rts
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.