1	.globl	_stat
2	.globl	stat
3_stat:
4stat:
5	movl	$0x12, %eax
6	lcall	$7,$0
7	jb	_cerror
8	xor	%eax,%eax
9	ret
10