index
:
inferno-os.git
AIX-power
NetBSD/powerpc
NetBSD/pthreads
auth
forse
hosted-devds
jessopher/changed-mkdirsnt-to-use-cmd-c-type-inste-1430629268822
main
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
iar
/
Nt.c
blob: dbb038ba89e03bbf8edb189994098b3ff7889248 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <lib9.h> char * myctime(long x) { time_t t; t = x; return ctime(&t); }