ReactOS 0.4.15-dev-7994-gb388cb6
tchar.h File Reference

Go to the source code of this file.

Macros

#define _tcscat   _strcat
 
#define _tcschr   _strchr
 
#define _tcscmp   _strcmp
 
#define _tcscpy   _strcpy
 
#define tcscpy   strcpy
 
#define _tcslen   _strlen
 
#define _tcsncat   _strncat
 
#define _tcsncmp   _strncmp
 
#define _tcsncpy   _strncpy
 
#define _tcsnlen   _strnlen
 
#define _tcsrchr   _strrchr
 
#define _tscas   scasb
 
#define _tlods   lodsb
 
#define _tstos   stosb
 
#define _tsize   1
 
#define _treg(_O_)   _O_ ## l
 
#define _tdec(_O_)   dec _O_
 
#define _tinc(_O_)   inc _O_
 

Macro Definition Documentation

◆ _tcscat

#define _tcscat   _strcat

Definition at line 32 of file tchar.h.

◆ _tcschr

#define _tcschr   _strchr

Definition at line 33 of file tchar.h.

◆ _tcscmp

#define _tcscmp   _strcmp

Definition at line 34 of file tchar.h.

◆ _tcscpy

#define _tcscpy   _strcpy

Definition at line 35 of file tchar.h.

◆ _tcslen

#define _tcslen   _strlen

Definition at line 37 of file tchar.h.

◆ _tcsncat

#define _tcsncat   _strncat

Definition at line 38 of file tchar.h.

◆ _tcsncmp

#define _tcsncmp   _strncmp

Definition at line 39 of file tchar.h.

◆ _tcsncpy

#define _tcsncpy   _strncpy

Definition at line 40 of file tchar.h.

◆ _tcsnlen

#define _tcsnlen   _strnlen

Definition at line 41 of file tchar.h.

◆ _tcsrchr

#define _tcsrchr   _strrchr

Definition at line 42 of file tchar.h.

◆ _tdec

#define _tdec (   _O_)    dec _O_

Definition at line 52 of file tchar.h.

◆ _tinc

#define _tinc (   _O_)    inc _O_

Definition at line 53 of file tchar.h.

◆ _tlods

#define _tlods   lodsb

Definition at line 45 of file tchar.h.

◆ _treg

#define _treg (   _O_)    _O_ ## l

Definition at line 50 of file tchar.h.

◆ _tscas

#define _tscas   scasb

Definition at line 44 of file tchar.h.

◆ _tsize

#define _tsize   1

Definition at line 48 of file tchar.h.

◆ _tstos

#define _tstos   stosb

Definition at line 46 of file tchar.h.

◆ tcscpy

#define tcscpy   strcpy

Definition at line 36 of file tchar.h.