Start development on BSD 4
[unix-history] / .ref-5cb41021d721f4e0ac572d592613f963e495d1ff / .ref-BSD-3 / usr / src / libc / sys / mdate.s
# C library-- mdate
.set mdate,30
.globl _mdate
.globl cerror
_mdate:
.word 0x0000
chmk $mdate
bcc noerror
jmp cerror
noerror:
clrl r0
ret