set timestamp of file using C

hi everyone:
i need set the timestamp of a file using ansi c, please, give me your suggestions, i'm using mingw.

thanks in advance

The utime() system call can set last access and modification times in systems that support POSIX calls.