# Print output for @column tags ?>
| Int64Ref | A signed 64bit integer reference suitable for passing to lower-level system calls. | 
| Os | Access to low-level system functionality. | 
| OsConstants | Constants and helper functions for use with Os. | 
| StructPollfd | Used as an in/out parameter to Os#poll. | 
| StructStat | File information returned by Os#fstat,Os#lstat, andOs#stat. | 
| StructStatVfs | File information returned by Os#fstatvfsandOs#statvfs. | 
| StructTimespec | Corresponds to C's struct timespecfrom<time.h>. | 
| StructTimeval | Corresponds to C's struct timevalfromsys/time.h. | 
| StructUtsname | Information returned by Os#uname. | 
| ErrnoException | A checked exception thrown when Osmethods fail. |