Atrinik Client 2.5
Defines | Functions
include/porting.h File Reference
#include <cmake.h>

Go to the source code of this file.

Defines

#define lrint(x)   (floor((x) + ((x) > 0) ? 0.5 : -0.5))
#define M_PI   3.141592654
#define F_OK   6
#define R_OK   6
#define W_OK   2

Functions

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

Detailed Description

Porting header file.

Definition in file porting.h.


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.