Ruby
2.1.10p492(2016-04-01revision54464)
Main Page
Modules
Data Structures
Files
File List
Globals
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)
path
gz path
Definition:
zlib.c:2279
umask
mode_t umask(mode_t mask)
mode_t
#define mode_t
Definition:
win32.h:116
stat
#define stat(path, st)
Definition:
win32.h:213
result
volatile VALUE result
Definition:
enum.c:1989
Generated by
1.8.5