SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
c_compat.c File Reference

Solve incompatibilities between the major platforms. More...

Functions

char * spr_ctime (const time_t *timep, char *buf, size_t sz)
 
struct tm * spr_gmtime (const time_t *timep, struct tm *result)
 

Detailed Description

Solve incompatibilities between the major platforms.

Bridge the between the major platforms (Windows versus Unix+POSIX) by providing routines that work on both platforms for those standard routines that really clash. This is typically in thread-safe extension of POSIX functions.

Author
Kris Demuynck
Date
17/09/2008