Ruby
2.5.0dev(2017-10-22revision60238)
nacl
utime.h
Go to the documentation of this file.
1
/*
2
* Copyright 2011 Google Inc. All Rights Reserved.
3
* Author: yugui@google.com (Yugui Sonoda)
4
*/
5
6
#ifndef RUBY_NACL_UTIME_H
7
#define RUBY_NACL_UTIME_H
8
#include <
utime.h
>
9
int
utime
(
const
char
*filename,
const
struct
utimbuf
*times);
10
int
utimes
(
const
char
*filename,
const
struct
timeval
times[2]);
11
#endif
utime.h
utimes
int utimes(const char *filename, const struct timeval times[2])
utimbuf
Definition:
file.c:2673
timeval
Definition:
missing.h:53
utime
int utime(const char *filename, const struct utimbuf *times)
Generated by
1.8.13