Ruby  2.5.0dev(2017-10-22revision60238)
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
int lstat(const char *path, struct stat *result)
mode_t umask(mode_t mask)
#define mode_t
Definition: win32.h:119
#define stat(path, st)
Definition: win32.h:183