/* safe.h */

#ifndef _SAFE_H
#define _SAFE_H


void Safe(void);


#endif