Apache HTTPD
Macros
xmltchar.h File Reference
#include "expat_external.h"

Go to the source code of this file.

Macros

#define T(x)   x
 
#define ftprintf   fprintf
 
#define tfopen   fopen
 
#define fputts   fputs
 
#define puttc   putc
 
#define tcscmp   strcmp
 
#define tcscpy   strcpy
 
#define tcscat   strcat
 
#define tcschr   strchr
 
#define tcsrchr   strrchr
 
#define tcslen   strlen
 
#define tperror   perror
 
#define topen   open
 
#define tmain   main
 
#define tremove   remove
 
#define tchar   char
 
#define tcstof   strtof
 
#define tcstoull   strtoull
 

Macro Definition Documentation

◆ fputts

#define fputts   fputs

Definition at line 64 of file xmltchar.h.

◆ ftprintf

#define ftprintf   fprintf

Definition at line 62 of file xmltchar.h.

◆ puttc

#define puttc   putc

Definition at line 65 of file xmltchar.h.

◆ T

#define T (   x)    x

Definition at line 61 of file xmltchar.h.

◆ tchar

#define tchar   char

Definition at line 76 of file xmltchar.h.

◆ tcscat

#define tcscat   strcat

Definition at line 68 of file xmltchar.h.

◆ tcschr

#define tcschr   strchr

Definition at line 69 of file xmltchar.h.

◆ tcscmp

#define tcscmp   strcmp

Definition at line 66 of file xmltchar.h.

◆ tcscpy

#define tcscpy   strcpy

Definition at line 67 of file xmltchar.h.

◆ tcslen

#define tcslen   strlen

Definition at line 71 of file xmltchar.h.

◆ tcsrchr

#define tcsrchr   strrchr

Definition at line 70 of file xmltchar.h.

◆ tcstof

#define tcstof   strtof

Definition at line 77 of file xmltchar.h.

◆ tcstoull

#define tcstoull   strtoull

Definition at line 78 of file xmltchar.h.

◆ tfopen

#define tfopen   fopen

Definition at line 63 of file xmltchar.h.

◆ tmain

#define tmain   main

Definition at line 74 of file xmltchar.h.

◆ topen

#define topen   open

Definition at line 73 of file xmltchar.h.

◆ tperror

#define tperror   perror

Definition at line 72 of file xmltchar.h.

◆ tremove

#define tremove   remove

Definition at line 75 of file xmltchar.h.