/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

  1. /*
  2. * file.d
  3. *
  4. * This module implements the platform specifics for the File class.
  5. *
  6. * Author: Dave Wilkinson
  7. * Originated: July 25th, 2009
  8. *
  9. */
  10. module platform.vars.file;
  11. import platform.unix.common;
  12. struct FilePlatformVars {
  13. FILE* file;
  14. }