#include <Unix/sys_types.h>
Include dependency graph for stringil.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | VALT int |
#define | SIZET size_t |
Functions | |
void * | memset (void *dst, VALT val, SIZET num) |
void * | memcpy (void *dst, const void *src, SIZET num) |
int | memcmp (void *dst, const void *src, SIZET num) |
void * | memccpy (void *dst, const void *src, int c, SIZET num) |
void * | memmove (void *dst, const void *src, SIZET num) |
SIZET | strlen (char *dst) |
char * | strcat (char *dst, const char *src) |
char * | strncat (char *dst, const char *src, SIZET num) |
char * | strcpy (char *dst, const char *src) |
int | strcmp (const char *dst, const char *src) |
int | strncmp (const char *dst, const char *src, SIZET num) |
char * | strncpy (char *dst, const char *src, SIZET num) |
void * | memchr (const void *dst, VALT val, SIZET num) |
char * | strchr (const char *dst, int val) |
|
Definition at line 39 of file stringil.h. Referenced by strlen(). |
|
Definition at line 38 of file stringil.h. |
|
Definition at line 84 of file stringil.h. |
|
Definition at line 173 of file stringil.h. |
|
Definition at line 74 of file stringil.h. Referenced by doPNG(). |
|
Definition at line 66 of file stringil.h. Referenced by FileSelFormHandleEvent(), getdir(), imginfo(), and search_map(). |
|
Definition at line 94 of file stringil.h. |
|
Definition at line 58 of file stringil.h. Referenced by dobitmap(), getdir(), and nextLWZ(). |
|
Definition at line 117 of file stringil.h. |
|
Definition at line 183 of file stringil.h. |
|
Definition at line 142 of file stringil.h. |
|
Definition at line 135 of file stringil.h. Referenced by doGIF(). |
|
Definition at line 109 of file stringil.h. References SIZET. Referenced by getdir(), imginfo(), and MapFormHandleEvent(). |
|
Definition at line 126 of file stringil.h. |
|
Definition at line 151 of file stringil.h. Referenced by doGIF(), imginfo(), and MapFormHandleEvent(). |
|
Definition at line 163 of file stringil.h. |