mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
10 lines
No EOL
179 B
C
10 lines
No EOL
179 B
C
// UnderC Development Project, 2001
|
|
#ifndef __STDLIB_H
|
|
#define __STDLIB_H
|
|
#include <_shared_lib.h>
|
|
extern "C" {
|
|
char *getenv(char *);
|
|
}
|
|
#include <_end_shared.h>
|
|
|
|
#endif |