index
:
Inferno-OS-bhgv.git
master
gitar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
iar
/
Plan9.c
blob: 49f03f0620feb1c3249076397564731f23519bbf (
plain
)
1
2
3
4
5
6
7
#include
<lib9.h>
char
*
myctime
(
long
x
)
{
return
ctime
(
x
);
}