root/nacl/utime.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


/*
 * Copyright 2011 Google Inc. All Rights Reserved.
 * Author: yugui@google.com (Yugui Sonoda)
 */

#ifndef RUBY_NACL_UTIME_H
#define RUBY_NACL_UTIME_H
#include <utime.h>
int utime(const char *filename, const struct utimbuf *times);
int utimes(const char *filename, const struct timeval times[2]);
#endif

/* [previous][next][first][last][top][bottom][index][help] */