Ruby  1.9.3p429(2013-05-15revision40747)
Data Fields
sysopen_struct Struct Reference

Data Fields

VALUE fname
 
int oflags
 
mode_t perm
 

Detailed Description

Definition at line 4868 of file io.c.

Field Documentation

VALUE sysopen_struct::fname

Definition at line 4869 of file io.c.

Referenced by rb_sysopen(), and sysopen_func().

int sysopen_struct::oflags

Definition at line 4870 of file io.c.

Referenced by rb_sysopen(), and sysopen_func().

mode_t sysopen_struct::perm

Definition at line 4871 of file io.c.

Referenced by rb_sysopen(), and sysopen_func().


The documentation for this struct was generated from the following file: