ReactOS 0.4.16-dev-117-g38f21f9
|
#include <precomp.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Functions | |
int CDECL | _makepath_s (char *path, size_t size, const char *drive, const char *directory, const char *filename, const char *extension) |
int CDECL _makepath_s | ( | char * | path, |
size_t | size, | ||
const char * | drive, | ||
const char * | directory, | ||
const char * | filename, | ||
const char * | extension | ||
) |
Definition at line 23 of file makepath_s.c.