|
HAZE
haze is a drop-in replacement to process water vapor to be used with FORCE
|
Functions | |
| char * | constructURL (const char *fmt,...) |
| Construct file system URLs with dynamic content up to fixed size. | |
| char * | constructFilePath (const char *fmt,...) |
| Construct file system paths with dynamic content up to fixed size. | |
| char * constructFilePath | ( | const char * | fmt, |
| ... ) |
Construct file system paths with dynamic content up to fixed size.
| fmt | Format string for the path/URL. |
| ... | Arguments for format placeholders. |
| char * constructURL | ( | const char * | fmt, |
| ... ) |
Construct file system URLs with dynamic content up to fixed size.
| fmt | Format string for the path/URL. |
| ... | Arguments for format placeholders. |