#include "before_system.h"
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include "gu.h"
#include "global_defines.h"
Functions | |
void | ppr_fnamef (char target[], const char pattern[],...) |
|
construct a filename using a printf()-style format string This is a special version of sprintf(). It will never write more than MAX_PPR_PATH characters. It only understands s and d. On MS-Windows systems it will convert ":" to "!" because MS OSs are confused by colons in filenames. |