Atrinik Client 2.5
Functions
client/porting.c File Reference
#include <global.h>

Go to the source code of this file.

Functions

char * strtok_r (char *s, const char *delim, char **save_ptr)

Detailed Description

Handles implementing various functions that are not available on some platforms.

Definition in file porting.c.


Function Documentation

char* strtok_r ( char *  s,
const char *  delim,
char **  save_ptr 
)

Re-entrant string tokenizer; glibc version, licensed under GNU LGPL version 2.1.

Definition at line 39 of file porting.c.