ftp.nice.ch/pub/next/developer/languages/c/djgpp-NS.s.tar.gz#/djgpp/include/utime.h

This is utime.h in view mode; [Download] [Up]

#include <sys/types.h>

struct utimbuf
{
    time_t	actime;
    time_t	modtime;
};

extern int	utime(const char *, const struct utimbuf *);

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.