git home / emma home
logo

sgw

Static git web. Emma's fork of stagit.
git clone https://git.y1.nz/archives/sgw.tar.gz
README | Files | Log | Refs | LICENSE

files.h


      1 
      2 int mkdirp(const char *path);
      3 
      4 FILE * fopen_w(const char *name);
      5 
      6 void check_file_error(FILE *fp, const char *name, int mode);
      7 
      8 void join_path(char *buf, size_t bufsiz, const char *path, const char *path2);
      9 
     10 void combine_paths(char *ret, const char *path, const char *name);

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.