PIP 5.9.0
Platform-Independent Primitives
Loading...
Searching...
No Matches
piincludes.h File Reference

Core includes and low-level helper functions. More...

#include "pibase.h"
#include "piflags.h"
#include <sys/types.h>

Functions

PIString errorString ()
 Returns readable description of the last system error in format "code <number> - <description>".
void errorClear ()
 Clears the last system error.
void randomize ()
 Seeds the global pseudo-random generator.
int randomi ()
 Returns next value from the global pseudo-random generator.
PIString PIPVersion ()
 Returns readable PIP version string.

Variables

lconv * currentLocale
 Pointer to current C locale numeric settings.

Detailed Description

Core includes and low-level helper functions.