isblank() implementation.
[minix.git] / lib / libc / posix / _stime.c
blobabcdc02e5e80527387830bf23d0e7232c95b0deb
1 #include <lib.h>
2 #define stime _stime
3 #include <time.h>
5 PUBLIC int stime(top)
6 long *top;
8 message m;
10 m.m2_l1 = *top;
11 return(_syscall(MM, STIME, &m));