12 lines
75 B
C
12 lines
75 B
C
/* safe.h */
|
|
|
|
#ifndef _SAFE_H
|
|
#define _SAFE_H
|
|
|
|
|
|
void Safe(void);
|
|
|
|
|
|
#endif
|
|
|