nacl/utime.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 2011 Google Inc. All Rights Reserved.
00003  * Author: yugui@google.com (Yugui Sonoda)
00004  */
00005 
00006 #ifndef RUBY_NACL_UTIME_H
00007 #define RUBY_NACL_UTIME_H
00008 #include <utime.h>
00009 int utime(const char *filename, const struct utimbuf *times);
00010 int utimes(const char *filename, const struct timeval times[2]);
00011 #endif
00012 

Generated on 19 Jul 2016 for Ruby by  doxygen 1.4.7