9 lines
118 B
C++
9 lines
118 B
C++
|
#include <BAN/Assert.h>
|
||
|
|
||
|
#include <utime.h>
|
||
|
|
||
|
int utime(const char*, const struct utimbuf*)
|
||
|
{
|
||
|
ASSERT_NOT_REACHED();
|
||
|
}
|