blob: e78cbabba78f7cda176f45390014a27d4470de78 [file]
#ifndef ALT_H
#define ALT_H
struct stralloc;
const char *altpath(struct stralloc *s,const char *name);
const char *altdefaultpath(struct stralloc *s,const char *name);
int alt_open_read(const char *fn);
int alt_slurp(const char *fn,struct stralloc *sa,int bufsize);
#endif