timestamp.mdl 93 B

1234
  1. stampfile = fopen(basename & ".stamp", "w")
  2. fprint_time(stampfile, "%s\n")
  3. fclose(stampfile)