Macros | Functions
ts_functions.c File Reference

Thread safe replacement functions. More...

Go to the source code of this file.

Macros

#define MAIN_ERR_PREFIX   "MAIN: "
 Message prefix for MAIN module.
 

Functions

void ts_environ_init (void)
 Copy environment variables. More...
 
void ts_environ_exit (void)
 Destroy copy of environment variables. More...
 
int ts_getenv (const char *name, const char **buf)
 Thread safe replacement for getenv() More...
 

Detailed Description

Thread safe replacement functions.

Copyright (c) 2012-2022 by the developers. See the LICENSE file for details. If nothing else is specified, functions return zero to indicate success and a negative value to indicate an error.

Definition in file ts_functions.c.


Generated at 2024-04-27 using  doxygen