#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <unistd.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 strcasecmp |
#define | t_strncmp strncmp |
#define | t_strnicmp strncasecmp |
#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_vfprintf vfprintf |
#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 ftruncate |
#define | t_fileno fileno |
#define | t_getenv getenv |
#define | t_mkdir mkdir |
Functions |
|
char * | itoa (int val, char *buf, int radix) |
char * | ltoa (long val, char *buf, int radix) |
char * | ultoa (unsigned long val, char *buf, int radix) |
Definition in file t-str-macosx.h.
#define t_strcpy strcpy |
Definition at line 52 of file t-str-macosx.h.
#define t_strncpy strncpy |
Definition at line 53 of file t-str-macosx.h.
#define t_strcat strcat |
Definition at line 54 of file t-str-macosx.h.
#define t_strcmp strcmp |
Definition at line 55 of file t-str-macosx.h.
#define t_stricmp strcasecmp |
Definition at line 56 of file t-str-macosx.h.
#define t_strncmp strncmp |
Definition at line 57 of file t-str-macosx.h.
#define t_strnicmp strncasecmp |
Definition at line 58 of file t-str-macosx.h.
#define t_strlen strlen |
Definition at line 59 of file t-str-macosx.h.
#define t_strchr strchr |
Definition at line 60 of file t-str-macosx.h.
#define t_strrchr strrchr |
Definition at line 61 of file t-str-macosx.h.
#define t_strstr strstr |
Definition at line 62 of file t-str-macosx.h.
#define t_strtok strtok |
Definition at line 63 of file t-str-macosx.h.
#define t_printf printf |
Definition at line 65 of file t-str-macosx.h.
#define t_sprintf sprintf |
Definition at line 66 of file t-str-macosx.h.
#define t_fprintf fprintf |
Definition at line 67 of file t-str-macosx.h.
#define t_vsprintf vsprintf |
Definition at line 68 of file t-str-macosx.h.
#define t_vprintf vprintf |
Definition at line 69 of file t-str-macosx.h.
#define t_vfprintf vfprintf |
Definition at line 70 of file t-str-macosx.h.
#define t_scanf scanf |
Definition at line 72 of file t-str-macosx.h.
#define t_sscanf sscanf |
Definition at line 73 of file t-str-macosx.h.
#define t_fscanf fscanf |
Definition at line 74 of file t-str-macosx.h.
#define t_toupper toupper |
Definition at line 76 of file t-str-macosx.h.
#define t_tolower tolower |
Definition at line 77 of file t-str-macosx.h.
#define t_atoi atoi |
Definition at line 79 of file t-str-macosx.h.
#define t_atol atol |
Definition at line 80 of file t-str-macosx.h.
#define t_atof atof |
Definition at line 81 of file t-str-macosx.h.
#define t_itoa itoa |
Definition at line 82 of file t-str-macosx.h.
#define t_isalnum isalnum |
Definition at line 84 of file t-str-macosx.h.
#define t_isalpha isalpha |
Definition at line 85 of file t-str-macosx.h.
#define t_isdigit isdigit |
Definition at line 86 of file t-str-macosx.h.
#define t_isspace isspace |
Definition at line 87 of file t-str-macosx.h.
#define t_fopen fopen |
Definition at line 89 of file t-str-macosx.h.
#define t_remove remove |
Definition at line 90 of file t-str-macosx.h.
#define t_rename rename |
Definition at line 91 of file t-str-macosx.h.
#define t_getcwd getcwd |
Definition at line 92 of file t-str-macosx.h.
#define t_fgets fgets |
Definition at line 94 of file t-str-macosx.h.
#define t_fputs fputs |
Definition at line 95 of file t-str-macosx.h.
#define t_fputc fputc |
Definition at line 96 of file t-str-macosx.h.
#define t_ftruncate ftruncate |
Definition at line 98 of file t-str-macosx.h.
#define t_fileno fileno |
Definition at line 99 of file t-str-macosx.h.
#define t_getenv getenv |
Definition at line 101 of file t-str-macosx.h.
#define t_mkdir mkdir |
Definition at line 102 of file t-str-macosx.h.
char* itoa | ( | int | val, |
char * | buf, | ||
int | radix | ||
) |
char* ltoa | ( | long | val, |
char * | buf, | ||
int | radix | ||
) |
char* ultoa | ( | unsigned long | val, |
char * | buf, | ||
int | radix | ||
) |