7 lines
71 B
C
7 lines
71 B
C
|
#ifndef TRAP_H
|
||
|
#define TRAP_H
|
||
|
|
||
|
void _trap_init();
|
||
|
|
||
|
#endif /* TRAP_H */
|