OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cygwin.h File Reference

Go to the source code of this file.

Macros

#define __TCHAR_DEFINED
 
#define __T(x)   x
 
#define _T(x)   __T(x)
 
#define AnsiToOem   CharToOemA
 
#define OemToAnsi   OemToCharA
 
#define AnsiToOemBuff   CharToOemBuffA
 
#define OemToAnsiBuff   OemToCharBuffA
 
#define AnsiUpper   CharUpperA
 
#define AnsiUpperBuff   CharUpperBuffA
 
#define AnsiLower   CharLowerA
 
#define AnsiLowerBuff   CharLowerBuffA
 
#define AnsiNext   CharNextA
 
#define AnsiPrev   CharPrevA
 
#define _ltot   my_itoa
 
#define _ttoi   atoi
 
#define _ttol   atol
 
#define _itot   my_itoa
 
#define _tcstol   strtol
 
#define _tcstod   strtod
 
#define _tfopen   fopen
 
#define _istdigit   isdigit
 
#define _istalpha   isalpha
 
#define _istalnum   isalnum
 
#define _totupper   toupper
 
#define _tcslen   strlen
 
#define _tcscmp   strcmp
 
#define _tcsicmp   stricmp
 
#define _tcsnicmp   strnicmp
 
#define _tcsncmp   strncmp
 
#define _tcscpy   strcpy
 
#define _tcsncpy   strncpy
 
#define _tcsspn   strspn
 
#define _tcscspn   strcspn
 
#define _tcscat   strcat
 
#define _tcstok   strtok
 
#define _tcschr   strchr
 
#define _tcsrchr   strrchr
 
#define _stscanf   sscanf
 
#define _stprintf   sprintf
 
#define _fputts   fputs
 
#define _tfullpath   myfullpath
 
#define _tWinMain   WinMain
 
#define _tmain   main
 
#define _MAX_PATH   260
 
#define MAX_PATH   _MAX_PATH
 

Typedefs

typedef char TCHAR
 
typedef signed char _TSCHAR
 
typedef unsigned char _TUCHAR
 
typedef unsigned char _TXCHAR
 
typedef unsigned int _TINT
 

Functions

charmy_itoa (int, char *, int)
 
charmyfullpath (char *, const char *, int)
 
wchar_t *__stdcall wcscpy (wchar_t *dst, const wchar_t *src)
 
size_t __stdcall wcslen (const wchar_t *str)
 

Macro Definition Documentation

◆ __T

#define __T ( x)    x

Definition at line 50 of file cygwin.h.

◆ __TCHAR_DEFINED

#define __TCHAR_DEFINED

Definition at line 47 of file cygwin.h.

◆ _fputts

#define _fputts   fputs

Definition at line 89 of file cygwin.h.

◆ _istalnum

#define _istalnum   isalnum

Definition at line 72 of file cygwin.h.

◆ _istalpha

#define _istalpha   isalpha

Definition at line 71 of file cygwin.h.

◆ _istdigit

#define _istdigit   isdigit

Definition at line 70 of file cygwin.h.

◆ _itot

#define _itot   my_itoa

Definition at line 66 of file cygwin.h.

◆ _ltot

#define _ltot   my_itoa

Definition at line 63 of file cygwin.h.

◆ _MAX_PATH

#define _MAX_PATH   260

Definition at line 97 of file cygwin.h.

◆ _stprintf

#define _stprintf   sprintf

Definition at line 88 of file cygwin.h.

◆ _stscanf

#define _stscanf   sscanf

Definition at line 87 of file cygwin.h.

◆ _T

#define _T ( x)    __T(x)

Definition at line 51 of file cygwin.h.

◆ _tcscat

#define _tcscat   strcat

Definition at line 83 of file cygwin.h.

◆ _tcschr

#define _tcschr   strchr

Definition at line 85 of file cygwin.h.

◆ _tcscmp

#define _tcscmp   strcmp

Definition at line 75 of file cygwin.h.

◆ _tcscpy

#define _tcscpy   strcpy

Definition at line 79 of file cygwin.h.

◆ _tcscspn

#define _tcscspn   strcspn

Definition at line 82 of file cygwin.h.

◆ _tcsicmp

#define _tcsicmp   stricmp

Definition at line 76 of file cygwin.h.

◆ _tcslen

#define _tcslen   strlen

Definition at line 74 of file cygwin.h.

◆ _tcsncmp

#define _tcsncmp   strncmp

Definition at line 78 of file cygwin.h.

◆ _tcsncpy

#define _tcsncpy   strncpy

Definition at line 80 of file cygwin.h.

◆ _tcsnicmp

#define _tcsnicmp   strnicmp

Definition at line 77 of file cygwin.h.

◆ _tcsrchr

#define _tcsrchr   strrchr

Definition at line 86 of file cygwin.h.

◆ _tcsspn

#define _tcsspn   strspn

Definition at line 81 of file cygwin.h.

◆ _tcstod

#define _tcstod   strtod

Definition at line 68 of file cygwin.h.

◆ _tcstok

#define _tcstok   strtok

Definition at line 84 of file cygwin.h.

◆ _tcstol

#define _tcstol   strtol

Definition at line 67 of file cygwin.h.

◆ _tfopen

#define _tfopen   fopen

Definition at line 69 of file cygwin.h.

◆ _tfullpath

#define _tfullpath   myfullpath

Definition at line 90 of file cygwin.h.

◆ _tmain

#define _tmain   main

Definition at line 93 of file cygwin.h.

◆ _totupper

#define _totupper   toupper

Definition at line 73 of file cygwin.h.

◆ _ttoi

#define _ttoi   atoi

Definition at line 64 of file cygwin.h.

◆ _ttol

#define _ttol   atol

Definition at line 65 of file cygwin.h.

◆ _tWinMain

#define _tWinMain   WinMain

Definition at line 92 of file cygwin.h.

◆ AnsiLower

#define AnsiLower   CharLowerA

Definition at line 59 of file cygwin.h.

◆ AnsiLowerBuff

#define AnsiLowerBuff   CharLowerBuffA

Definition at line 60 of file cygwin.h.

◆ AnsiNext

#define AnsiNext   CharNextA

Definition at line 61 of file cygwin.h.

◆ AnsiPrev

#define AnsiPrev   CharPrevA

Definition at line 62 of file cygwin.h.

◆ AnsiToOem

#define AnsiToOem   CharToOemA

Definition at line 53 of file cygwin.h.

◆ AnsiToOemBuff

#define AnsiToOemBuff   CharToOemBuffA

Definition at line 55 of file cygwin.h.

◆ AnsiUpper

#define AnsiUpper   CharUpperA

Definition at line 57 of file cygwin.h.

◆ AnsiUpperBuff

#define AnsiUpperBuff   CharUpperBuffA

Definition at line 58 of file cygwin.h.

◆ MAX_PATH

#define MAX_PATH   _MAX_PATH

Definition at line 98 of file cygwin.h.

◆ OemToAnsi

#define OemToAnsi   OemToCharA

Definition at line 54 of file cygwin.h.

◆ OemToAnsiBuff

#define OemToAnsiBuff   OemToCharBuffA

Definition at line 56 of file cygwin.h.

Typedef Documentation

◆ _TINT

Definition at line 46 of file cygwin.h.

◆ _TSCHAR

Definition at line 43 of file cygwin.h.

◆ _TUCHAR

Definition at line 44 of file cygwin.h.

◆ _TXCHAR

Definition at line 45 of file cygwin.h.

◆ TCHAR

Definition at line 42 of file cygwin.h.

Function Documentation

◆ my_itoa()

char * my_itoa ( int val,
char * str,
int radix )

Definition at line 16 of file unix.cpp.

◆ myfullpath()

char * myfullpath ( char * buf,
const char * path,
int buflen )

Definition at line 41 of file unix.cpp.

◆ wcscpy()

wchar_t *__stdcall wcscpy ( wchar_t * dst,
const wchar_t * src )

◆ wcslen()

size_t __stdcall wcslen ( const wchar_t * str)