ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

ftstdlib.h File Reference
#include <stddef.h>
#include <limits.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>

Go to the source code of this file.

Defines

#define ft_ptrdiff_t   ptrdiff_t
#define FT_CHAR_BIT   CHAR_BIT
#define FT_INT_MAX   INT_MAX
#define FT_INT_MIN   INT_MIN
#define FT_UINT_MAX   UINT_MAX
#define FT_ULONG_MAX   ULONG_MAX
#define ft_memchr   memchr
#define ft_memcmp   memcmp
#define ft_memcpy   memcpy
#define ft_memmove   memmove
#define ft_memset   memset
#define ft_strcat   strcat
#define ft_strcmp   strcmp
#define ft_strcpy   strcpy
#define ft_strlen   strlen
#define ft_strncmp   strncmp
#define ft_strncpy   strncpy
#define ft_strrchr   strrchr
#define ft_strstr   strstr
#define FT_FILE   FILE
#define ft_fclose   fclose
#define ft_fopen   fopen
#define ft_fread   fread
#define ft_fseek   fseek
#define ft_ftell   ftell
#define ft_sprintf   sprintf
#define ft_qsort   qsort
#define ft_scalloc   calloc
#define ft_sfree   free
#define ft_smalloc   malloc
#define ft_srealloc   realloc
#define ft_atol   atol
#define ft_labs   labs
#define ft_jmp_buf   jmp_buf /* note: this cannot be a typedef since */
#define ft_longjmp   longjmp
#define ft_setjmp(b)   setjmp( *(jmp_buf*) &(b) ) /* same thing here */

Generated on Fri May 25 2012 05:57:15 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.