/platform/osx/platform/vars/file.d
http://github.com/wilkie/djehuty · D · 17 lines · 5 code · 3 blank · 9 comment · 0 complexity · d2cf990ba4f764ac450bbe2205fbb48a MD5 · raw file
- /*
- * file.d
- *
- * This module implements the platform specifics for the File class.
- *
- * Author: Dave Wilkinson
- * Originated: July 25th, 2009
- *
- */
- module platform.vars.file;
- import platform.unix.common;
- struct FilePlatformVars {
- FILE* file;
- }