Ruby
2.5.0dev(2017-10-22revision60238)
nacl
stat.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
#ifndef RUBY_NACL_STAT_H
6
#define RUBY_NACL_STAT_H
7
mode_t
umask
(
mode_t
mask);
8
struct
stat
;
9
int
lstat
(
const
char
* path,
struct
stat
* result);
10
#endif
lstat
int lstat(const char *path, struct stat *result)
umask
mode_t umask(mode_t mask)
mode_t
#define mode_t
Definition:
win32.h:119
stat
#define stat(path, st)
Definition:
win32.h:183
Generated by
1.8.13