Definition in file t-str-win32.h.
#include <kaydara.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <io.h>
Include dependency graph for t-str-win32.h:
Go to the source code of this file.
Defines | |
#define | t_strcpy strcpy |
#define | t_strncpy strncpy |
#define | t_strcat strcat |
#define | t_strcmp strcmp |
#define | t_stricmp stricmp |
#define | t_strncmp strncmp |
#define | t_strnicmp strnicmp |
#define | t_strlen strlen |
#define | t_strchr strchr |
#define | t_strrchr strrchr |
#define | t_strstr strstr |
#define | t_strtok strtok |
#define | t_printf printf |
#define | t_sprintf sprintf |
#define | t_fprintf fprintf |
#define | t_vsprintf vsprintf |
#define | t_vprintf vprintf |
#define | t_scanf scanf |
#define | t_sscanf sscanf |
#define | t_fscanf fscanf |
#define | t_toupper toupper |
#define | t_tolower tolower |
#define | t_atoi atoi |
#define | t_atol atol |
#define | t_atof atof |
#define | t_itoa itoa |
#define | t_isalnum isalnum |
#define | t_isalpha isalpha |
#define | t_isdigit isdigit |
#define | t_isspace isspace |
#define | t_fopen fopen |
#define | t_remove remove |
#define | t_rename rename |
#define | t_getcwd getcwd |
#define | t_fgets fgets |
#define | t_fputs fputs |
#define | t_fputc fputc |
#define | t_ftruncate _chsize |
#define | t_fileno _fileno |
#define | t_getenv getenv |
#define | t_fullpath _fullpath |
#define | t_splitpath _splitpath |
#define | t_makepath _makepath |
#define | t_access _access |
#define | t_mkdir _mkdir |
#define | t_stat _stat |
#define | t_stat64 _stati64 |
#define | t_spawnv _spawnv |
#define | t_strlwr _strlwr |
#define | t_ctime ctime |