V10/libc/sys/close.s

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

# C library -- close

# error =  close(file);

	.set	close,6
.globl	_close

_close:
	.word	0x0000
	chmk	$close
	bcc 	noerror
	jmp 	cerror
noerror:
	clrl	r0
	ret