Ruby
2.0.0p648(2015-12-16revision53162)
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)
umask
mode_t umask(mode_t mask)
mode_t
#define mode_t
Definition:
win32.h:100
result
static VALUE result
Definition:
nkf.c:40
stat
#define stat(path, st)
Definition:
win32.h:193
Generated on Fri Jan 8 2016 00:50:55 for Ruby by
1.8.8