summaryrefslogtreecommitdiff
path: root/LibC/utime.h
blob: 96c26f6bb416a9b679641f92aa705b367117fc07 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <sys/cdefs.h>

__BEGIN_DECLS

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

__END_DECLS