Site hosted by Angelfire.com: Build your free website today!

Desktop/560/sstring.h File Reference

#include <cruntime.h>

Defines

#define _W64
#define _CRTIMP
#define __cdecl
#define _SIZE_T_DEFINED
#define _NLSCMPERROR   2147483647
#define _NLSCMP_DEFINED
#define NULL   ((void *)0)
#define wcswcs   wcsstr
#define _WSTRING_DEFINED

Typedefs

typedef _W64 unsigned int size_t
typedef unsigned short wchar_t

Functions

void *__cdecl memcpy (void *, const void *, size_t)
int __cdecl memcmp (const void *, const void *, size_t)
void *__cdecl memset (void *, int, size_t)
char *__cdecl _strset (char *, int)
char *__cdecl strcpy (char *, const char *)
char *__cdecl strcat (char *, const char *)
int __cdecl strcmp (const char *, const char *)
size_t __cdecl strlen (const char *)
_CRTIMP void *__cdecl _memccpy (void *, const void *, int, size_t)
_CRTIMP void *__cdecl memchr (const void *, int, size_t)
_CRTIMP int __cdecl _memicmp (const void *, const void *, size_t)
_CRTIMP void *__cdecl memmove (void *, const void *, size_t)
_CRTIMP char *__cdecl strchr (const char *, int)
_CRTIMP int __cdecl _strcmpi (const char *, const char *)
_CRTIMP int __cdecl _stricmp (const char *, const char *)
_CRTIMP int __cdecl strcoll (const char *, const char *)
_CRTIMP int __cdecl _stricoll (const char *, const char *)
_CRTIMP int __cdecl _strncoll (const char *, const char *, size_t)
_CRTIMP int __cdecl _strnicoll (const char *, const char *, size_t)
_CRTIMP size_t __cdecl strcspn (const char *, const char *)
_CRTIMP char *__cdecl _strdup (const char *)
_CRTIMP char *__cdecl _strerror (const char *)
_CRTIMP char *__cdecl strerror (int)
_CRTIMP char *__cdecl _strlwr (char *)
_CRTIMP char *__cdecl strncat (char *, const char *, size_t)
_CRTIMP int __cdecl strncmp (const char *, const char *, size_t)
_CRTIMP int __cdecl _strnicmp (const char *, const char *, size_t)
_CRTIMP char *__cdecl strncpy (char *, const char *, size_t)
_CRTIMP char *__cdecl _strnset (char *, int, size_t)
_CRTIMP char *__cdecl strpbrk (const char *, const char *)
_CRTIMP char *__cdecl strrchr (const char *, int)
_CRTIMP char *__cdecl _strrev (char *)
_CRTIMP size_t __cdecl strspn (const char *, const char *)
_CRTIMP char *__cdecl strstr (const char *, const char *)
_CRTIMP char *__cdecl strtok (char *, const char *)
_CRTIMP char *__cdecl _strupr (char *)
_CRTIMP size_t __cdecl strxfrm (char *, const char *, size_t)
_CRTIMP void *__cdecl memccpy (void *, const void *, int, size_t)
_CRTIMP int __cdecl memicmp (const void *, const void *, size_t)
_CRTIMP int __cdecl strcmpi (const char *, const char *)
_CRTIMP int __cdecl stricmp (const char *, const char *)
_CRTIMP char *__cdecl strdup (const char *)
_CRTIMP char *__cdecl strlwr (char *)
_CRTIMP int __cdecl strnicmp (const char *, const char *, size_t)
_CRTIMP char *__cdecl strnset (char *, int, size_t)
_CRTIMP char *__cdecl strrev (char *)
char *__cdecl strset (char *, int)
_CRTIMP char *__cdecl strupr (char *)
_CRTIMP wchar_t *__cdecl wcscat (wchar_t *, const wchar_t *)
_CRTIMP wchar_t *__cdecl wcschr (const wchar_t *, wchar_t)
_CRTIMP int __cdecl wcscmp (const wchar_t *, const wchar_t *)
_CRTIMP wchar_t *__cdecl wcscpy (wchar_t *, const wchar_t *)
_CRTIMP size_t __cdecl wcscspn (const wchar_t *, const wchar_t *)
_CRTIMP size_t __cdecl wcslen (const wchar_t *)
_CRTIMP wchar_t *__cdecl wcsncat (wchar_t *, const wchar_t *, size_t)
_CRTIMP int __cdecl wcsncmp (const wchar_t *, const wchar_t *, size_t)
_CRTIMP wchar_t *__cdecl wcsncpy (wchar_t *, const wchar_t *, size_t)
_CRTIMP wchar_t *__cdecl wcspbrk (const wchar_t *, const wchar_t *)
_CRTIMP wchar_t *__cdecl wcsrchr (const wchar_t *, wchar_t)
_CRTIMP size_t __cdecl wcsspn (const wchar_t *, const wchar_t *)
_CRTIMP wchar_t *__cdecl wcsstr (const wchar_t *, const wchar_t *)
_CRTIMP wchar_t *__cdecl wcstok (wchar_t *, const wchar_t *)
_CRTIMP wchar_t *__cdecl _wcserror (int)
_CRTIMP wchar_t *__cdecl __wcserror (const wchar_t *)
_CRTIMP wchar_t *__cdecl _wcsdup (const wchar_t *)
_CRTIMP int __cdecl _wcsicmp (const wchar_t *, const wchar_t *)
_CRTIMP int __cdecl _wcsnicmp (const wchar_t *, const wchar_t *, size_t)
_CRTIMP wchar_t *__cdecl _wcsnset (wchar_t *, wchar_t, size_t)
_CRTIMP wchar_t *__cdecl _wcsrev (wchar_t *)
_CRTIMP wchar_t *__cdecl _wcsset (wchar_t *, wchar_t)
_CRTIMP wchar_t *__cdecl _wcslwr (wchar_t *)
_CRTIMP wchar_t *__cdecl _wcsupr (wchar_t *)
_CRTIMP size_t __cdecl wcsxfrm (wchar_t *, const wchar_t *, size_t)
_CRTIMP int __cdecl wcscoll (const wchar_t *, const wchar_t *)
_CRTIMP int __cdecl _wcsicoll (const wchar_t *, const wchar_t *)
_CRTIMP int __cdecl _wcsncoll (const wchar_t *, const wchar_t *, size_t)
_CRTIMP int __cdecl _wcsnicoll (const wchar_t *, const wchar_t *, size_t)
_CRTIMP wchar_t *__cdecl wcsdup (const wchar_t *)
_CRTIMP int __cdecl wcsicmp (const wchar_t *, const wchar_t *)
_CRTIMP int __cdecl wcsnicmp (const wchar_t *, const wchar_t *, size_t)
_CRTIMP wchar_t *__cdecl wcsnset (wchar_t *, wchar_t, size_t)
_CRTIMP wchar_t *__cdecl wcsrev (wchar_t *)
_CRTIMP wchar_t *__cdecl wcsset (wchar_t *, wchar_t)
_CRTIMP wchar_t *__cdecl wcslwr (wchar_t *)
_CRTIMP wchar_t *__cdecl wcsupr (wchar_t *)
_CRTIMP int __cdecl wcsicoll (const wchar_t *, const wchar_t *)
int __cdecl __ascii_memicmp (const void *, const void *, size_t)
int __cdecl __ascii_stricmp (const char *, const char *)
int __cdecl __ascii_strnicmp (const char *, const char *, size_t)

Define Documentation

#define __cdecl
 

#define _CRTIMP
 

#define _NLSCMP_DEFINED
 

#define _NLSCMPERROR   2147483647
 

#define _SIZE_T_DEFINED
 

#define _W64
 

#define _WSTRING_DEFINED
 

#define NULL   ((void *)0)
 

#define wcswcs   wcsstr
 


Typedef Documentation

typedef _W64 unsigned int size_t
 

typedef unsigned short wchar_t
 


Function Documentation

int __cdecl __ascii_memicmp const void *  ,
const void *  ,
size_t 
 

int __cdecl __ascii_stricmp const char *  ,
const char * 
 

int __cdecl __ascii_strnicmp const char *  ,
const char *  ,
size_t 
 

_CRTIMP wchar_t* __cdecl __wcserror const wchar_t  ) 
 

_CRTIMP void* __cdecl _memccpy void *  ,
const void *  ,
int  ,
size_t 
 

_CRTIMP int __cdecl _memicmp const void *  ,
const void *  ,
size_t 
 

_CRTIMP int __cdecl _strcmpi const char *  ,
const char * 
 

_CRTIMP char* __cdecl _strdup const char *   ) 
 

_CRTIMP char* __cdecl _strerror const char *   ) 
 

_CRTIMP int __cdecl _stricmp const char *  ,
const char * 
 

_CRTIMP int __cdecl _stricoll const char *  ,
const char * 
 

_CRTIMP char* __cdecl _strlwr char *   ) 
 

_CRTIMP int __cdecl _strncoll const char *  ,
const char *  ,
size_t 
 

_CRTIMP int __cdecl _strnicmp const char *  ,
const char *  ,
size_t 
 

_CRTIMP int __cdecl _strnicoll const char *  ,
const char *  ,
size_t 
 

_CRTIMP char* __cdecl _strnset char *  ,
int  ,
size_t 
 

_CRTIMP char* __cdecl _strrev char *   ) 
 

char* __cdecl _strset char *  ,
int 
 

_CRTIMP char* __cdecl _strupr char *   ) 
 

_CRTIMP wchar_t* __cdecl _wcsdup const wchar_t  ) 
 

_CRTIMP wchar_t* __cdecl _wcserror int   ) 
 

_CRTIMP int __cdecl _wcsicmp const wchar_t ,
const wchar_t
 

_CRTIMP int __cdecl _wcsicoll const wchar_t ,
const wchar_t
 

_CRTIMP wchar_t* __cdecl _wcslwr wchar_t  ) 
 

_CRTIMP int __cdecl _wcsncoll const wchar_t ,
const wchar_t ,
size_t 
 

_CRTIMP int __cdecl _wcsnicmp const wchar_t ,
const wchar_t ,
size_t 
 

_CRTIMP int __cdecl _wcsnicoll const wchar_t ,
const wchar_t ,
size_t 
 

_CRTIMP wchar_t* __cdecl _wcsnset wchar_t ,
wchar_t  ,
size_t 
 

_CRTIMP wchar_t* __cdecl _wcsrev wchar_t  ) 
 

_CRTIMP wchar_t* __cdecl _wcsset wchar_t ,
wchar_t 
 

_CRTIMP wchar_t* __cdecl _wcsupr wchar_t  ) 
 

_CRTIMP void* __cdecl memccpy void *  ,
const void *  ,
int  ,
size_t 
 

_CRTIMP void* __cdecl memchr const void *  ,
int  ,
size_t 
 

int __cdecl memcmp const void *  ,
const void *  ,
size_t 
 

void* __cdecl memcpy void *  ,
const void *  ,
size_t 
 

_CRTIMP int __cdecl memicmp const void *  ,
const void *  ,
size_t 
 

_CRTIMP void* __cdecl memmove void *  ,
const void *  ,
size_t 
 

void* __cdecl memset void *  ,
int  ,
size_t 
 

char* __cdecl strcat char *  ,
const char * 
 

_CRTIMP char* __cdecl strchr const char *  ,
int 
 

int __cdecl strcmp const char *  ,
const char * 
 

_CRTIMP int __cdecl strcmpi const char *  ,
const char * 
 

_CRTIMP int __cdecl strcoll const char *  ,
const char * 
 

char* __cdecl strcpy char *  ,
const char * 
 

_CRTIMP size_t __cdecl strcspn const char *  ,
const char * 
 

_CRTIMP char* __cdecl strdup const char *   ) 
 

_CRTIMP char* __cdecl strerror int   ) 
 

_CRTIMP int __cdecl stricmp const char *  ,
const char * 
 

size_t __cdecl strlen const char *   ) 
 

_CRTIMP char* __cdecl strlwr char *   ) 
 

_CRTIMP char* __cdecl strncat char *  ,
const char *  ,
size_t 
 

_CRTIMP int __cdecl strncmp const char *  ,
const char *  ,
size_t 
 

_CRTIMP char* __cdecl strncpy char *  ,
const char *  ,
size_t 
 

_CRTIMP int __cdecl strnicmp const char *  ,
const char *  ,
size_t 
 

_CRTIMP char* __cdecl strnset char *  ,
int  ,
size_t 
 

_CRTIMP char* __cdecl strpbrk const char *  ,
const char * 
 

_CRTIMP char* __cdecl strrchr const char *  ,
int 
 

_CRTIMP char* __cdecl strrev char *   ) 
 

char* __cdecl strset char *  ,
int 
 

_CRTIMP size_t __cdecl strspn const char *  ,
const char * 
 

_CRTIMP char* __cdecl strstr const char *  ,
const char * 
 

_CRTIMP char* __cdecl strtok char *  ,
const char * 
 

_CRTIMP char* __cdecl strupr char *   ) 
 

_CRTIMP size_t __cdecl strxfrm char *  ,
const char *  ,
size_t 
 

_CRTIMP wchar_t* __cdecl wcscat wchar_t ,
const wchar_t
 

_CRTIMP wchar_t* __cdecl wcschr const wchar_t ,
wchar_t 
 

_CRTIMP int __cdecl wcscmp const wchar_t ,
const wchar_t
 

_CRTIMP int __cdecl wcscoll const wchar_t ,
const wchar_t
 

_CRTIMP wchar_t* __cdecl wcscpy wchar_t ,
const wchar_t
 

_CRTIMP size_t __cdecl wcscspn const wchar_t ,
const wchar_t
 

_CRTIMP wchar_t* __cdecl wcsdup const wchar_t  ) 
 

_CRTIMP int __cdecl wcsicmp const wchar_t ,
const wchar_t
 

_CRTIMP int __cdecl wcsicoll const wchar_t ,
const wchar_t
 

_CRTIMP size_t __cdecl wcslen const wchar_t  ) 
 

_CRTIMP wchar_t* __cdecl wcslwr wchar_t  ) 
 

_CRTIMP wchar_t* __cdecl wcsncat wchar_t ,
const wchar_t ,
size_t 
 

_CRTIMP int __cdecl wcsncmp const wchar_t ,
const wchar_t ,
size_t 
 

_CRTIMP wchar_t* __cdecl wcsncpy wchar_t ,
const wchar_t ,
size_t 
 

_CRTIMP int __cdecl wcsnicmp const wchar_t ,
const wchar_t ,
size_t 
 

_CRTIMP wchar_t* __cdecl wcsnset wchar_t ,
wchar_t  ,
size_t 
 

_CRTIMP wchar_t* __cdecl wcspbrk const wchar_t ,
const wchar_t
 

_CRTIMP wchar_t* __cdecl wcsrchr const wchar_t ,
wchar_t 
 

_CRTIMP wchar_t* __cdecl wcsrev wchar_t  ) 
 

_CRTIMP wchar_t* __cdecl wcsset wchar_t ,
wchar_t 
 

_CRTIMP size_t __cdecl wcsspn const wchar_t ,
const wchar_t
 

_CRTIMP wchar_t* __cdecl wcsstr const wchar_t ,
const wchar_t
 

_CRTIMP wchar_t* __cdecl wcstok wchar_t ,
const wchar_t
 

_CRTIMP wchar_t* __cdecl wcsupr wchar_t  ) 
 

_CRTIMP size_t __cdecl wcsxfrm wchar_t ,
const wchar_t ,
size_t 
 


Generated on Sat Apr 15 17:33:29 2006 for 560 by  doxygen 1.4.6-NO