KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
utime.h File Reference

KOS extension of Newlib's utime.h. More...

#include <time.h>

Go to the source code of this file.

Data Structures

struct  utimbuf
 

Functions

int utime (const char *path, struct utimbuf *times)
 

Detailed Description

KOS extension of Newlib's utime.h.

Newlib does not ever actually declare a prototype for utime() within its header, despite implementing it for SH. We add the prototype ourselves.

Author
Falco Girgis

Function Documentation

◆ utime()

int utime ( const char * path,
struct utimbuf * times )
extern