src/include/string.h File Reference

#include <ansi.h>

Go to the source code of this file.

Defines

#define NULL   ((void *)0)

Typedefs

typedef unsigned int size_t

Functions

 _PROTOTYPE (void *memchr,(const void *_s, int _c, size_t _n))
 _PROTOTYPE (int memcmp,(const void *_s1, const void *_s2, size_t _n))
 _PROTOTYPE (void *memcpy,(void *_s1, const void *_s2, size_t _n))
 _PROTOTYPE (void *memset,(void *_s, int _c, size_t _n))
 _PROTOTYPE (char *strcat,(char *_s1, const char *_s2))
 _PROTOTYPE (char *strchr,(const char *_s, int _c))
 _PROTOTYPE (int strncmp,(const char *_s1, const char *_s2, size_t _n))
 _PROTOTYPE (int strcmp,(const char *_s1, const char *_s2))
 _PROTOTYPE (size_t strcspn,(const char *_s1, const char *_s2))
 _PROTOTYPE (char *strerror,(int _errnum))
 _PROTOTYPE (size_t strlen,(const char *_s))
 _PROTOTYPE (char *strncat,(char *_s1, const char *_s2, size_t _n))
 _PROTOTYPE (char *strpbrk,(const char *_s1, const char *_s2))
 _PROTOTYPE (size_t strxfrm,(char *_s1, const char *_s2, size_t _n))


Define Documentation

#define NULL   ((void *)0)

Definition at line 8 of file string.h.


Typedef Documentation

typedef unsigned int size_t

Definition at line 12 of file string.h.


Function Documentation

_PROTOTYPE ( size_t  strxfrm,
(char *_s1, const char *_s2, size_t _n)   
)

_PROTOTYPE ( char *  strpbrk,
(const char *_s1, const char *_s2)   
)

_PROTOTYPE ( char *  strncat,
(char *_s1, const char *_s2, size_t _n)   
)

_PROTOTYPE ( size_t  strlen,
(const char *_s)   
)

_PROTOTYPE ( char *  strerror,
(int _errnum)   
)

_PROTOTYPE ( size_t  strcspn,
(const char *_s1, const char *_s2)   
)

_PROTOTYPE ( int  strcmp,
(const char *_s1, const char *_s2)   
)

_PROTOTYPE ( int  strncmp,
(const char *_s1, const char *_s2, size_t _n)   
)

_PROTOTYPE ( char *  strchr,
(const char *_s, int _c)   
)

_PROTOTYPE ( char *  strcat,
(char *_s1, const char *_s2)   
)

_PROTOTYPE ( void *  memset,
(void *_s, int _c, size_t _n)   
)

_PROTOTYPE ( void *  memcpy,
(void *_s1, const void *_s2, size_t _n)   
)

_PROTOTYPE ( int  memcmp,
(const void *_s1, const void *_s2, size_t _n)   
)

_PROTOTYPE ( void *  memchr,
(const void *_s, int _c, size_t _n)   
)


Generated on Tue Mar 9 04:36:55 2010 for Minix by  doxygen 1.5.8