On Tue, Sep 9, 2008 at 9:26 AM, Robert Riebisch wrote: > Jim Hall wrote: > >> > Where can I get a POSIX-compatible utime() for TC? >> >> I wonder if this is what you need: [...] > > It's not, of course, because it just sets *current* time by writing to > the file. > So I wrote my own version now. Hereby I donate this to the public > domain. ;-) > On Mon, Sep 22, 2008 at 4:20 AM, Robert Riebisch wrote: > Hi Jim! > > I've updated my utime() function a little to be more POSIX compatible. I > also reformatted with "indent -kr -nut -psl". Code is in the public > domain as before. >