/* vi: set sw=4 ts=4: */ /* * touch.c - Modify a file's timestamps (or length). */ #include "toys.h" # warning touch unimplemented int touch_main(void) { printf("Hello world\n"); return 0; }