|
|
1.1 root 1: # C library -- unlink
2:
3: # error = unlink(string);
4: #
5:
6: .set unlink,10
7: .globl _unlink
8: .globl cerror
9:
10: _unlink:
11: .word 0x0000
12: chmk $unlink
13: bcc noerror
14: jmp cerror
15: noerror:
16: clrl r0
17: ret
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.