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
31
char
*
constructURL
(
const
char
*fmt, ...);
32
46
char
*
constructFilePath
(
const
char
*fmt, ...);
47
// end of group
49
#endif
// PATHS_H
constructFilePath
char * constructFilePath(const char *fmt,...)
Construct file system paths with dynamic content up to fixed size.
constructURL
char * constructURL(const char *fmt,...)
Construct file system URLs with dynamic content up to fixed size.
src
paths.h
Generated by
1.16.1