|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "pstypes.h"Go to the source code of this file.
Functions | |
| errno_t | scp_strcpy_s (const char *file, int line, char *strDest, size_t sizeInBytes, const char *strSource) |
| errno_t | scp_strcat_s (const char *file, int line, char *strDest, size_t sizeInBytes, const char *strSource) |
| errno_t scp_strcat_s | ( | const char * | file, |
| int | line, | ||
| char * | strDest, | ||
| size_t | sizeInBytes, | ||
| const char * | strSource | ||
| ) |
Definition at line 64 of file safe_strings.cpp.
| errno_t scp_strcpy_s | ( | const char * | file, |
| int | line, | ||
| char * | strDest, | ||
| size_t | sizeInBytes, | ||
| const char * | strSource | ||
| ) |
Definition at line 28 of file safe_strings.cpp.