C++程序  |  7行  |  87 B

#ifndef FIO_DEBUG_INC_H
#define FIO_DEBUG_INC_H

extern void debug_init(void);

#endif