| #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 |