gout

A static git page generator
git clone https://git.bracken.jp/gout.git
Log | Files | Refs | README | LICENSE

fs_posix.h (177B)


      1 #ifndef GOUT_FS_POSIX_H_
      2 #define GOUT_FS_POSIX_H_
      3 
      4 #include "utils.h"
      5 
      6 /* POSIX file system implementation. */
      7 extern const FileSystem* g_fs_posix;
      8 
      9 #endif  // GOUT_FS_POSIX_H_