mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
12 lines
160 B
C
12 lines
160 B
C
#ifndef _SAFE_SYSTEM_H_
|
|
#define _SAFE_SYSTEM_H_
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
extern int safe_system(const char *);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|