HAZE
haze is a drop-in replacement to process water vapor to be used with FORCE
Loading...
Searching...
No Matches
paths.h
1#ifndef PATHS_H
2#define PATHS_H
15
16#define MAX_PATH_LENGTH 1024
17
31char *constructURL(const char *fmt, ...);
32
46char *constructFilePath(const char *fmt, ...);
47 // end of group
49#endif // PATHS_H
char * constructFilePath(const char *fmt,...)
Construct file system paths with dynamic content up to fixed size.
char * constructURL(const char *fmt,...)
Construct file system URLs with dynamic content up to fixed size.