V10/libc/sys/creat.s

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

# C library -- creat

# file = creat(string, mode);
#
# file == -1 if error

	.set	creat,8
.globl	_creat

_creat:
	.word	0x0000
	chmk	$creat
	bcc 	noerror
	jmp 	cerror
noerror:
	ret