allow size set
[tridge/junkcode.git] / utime.c
1 #include <stdio.h>
2 #include <sys/types.h>
3 #include <utime.h>
4
5 int main(int argc, char *argv[])
6 {
7         return utime(argv[1], NULL);
8 }