php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
gdhelpers.c File Reference
#include "gd.h"
#include "gdhelpers.h"
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Macros

#define SEP_TEST   (separators[*((unsigned char *) s)])
 

Functions

char * gd_strtok_r (char *s, char *sep, char **state)
 

Macro Definition Documentation

◆ SEP_TEST

#define SEP_TEST   (separators[*((unsigned char *) s)])

Definition at line 12 of file gdhelpers.c.

Function Documentation

◆ gd_strtok_r()

char * gd_strtok_r ( char * s,
char * sep,
char ** state )

Definition at line 15 of file gdhelpers.c.