V10/libc/sys/unlink.s

Compare this file to the similar file:
Show the results in this format:

# C library -- unlink

# error = unlink(string);
#

	.set	unlink,10
.globl	_unlink
.globl  cerror

_unlink:
	.word	0x0000
	chmk	$unlink
	bcc 	noerror
	jmp 	cerror
noerror:
	clrl	r0
	ret