mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/.
10 lines
122 B
C
10 lines
122 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
int utime(const char* pathname, const struct utimbuf*);
|
|
|
|
__END_DECLS
|