
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/.
9 lines
122 B
C
9 lines
122 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
int utime(const char* pathname, const struct utimbuf*);
|
|
|
|
__END_DECLS
|