blob: 5baacf8d07843a4c6ed133914eb87a5787fa814b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef HAVE_ESPIK_DEBUG_H
#define HAVE_ESPIK_DEBUG_H
#include "espik_global.h"
inline void espik_bt (void);
void espik_debug_init();
void kill_me (short num);
#endif /* HAVE_ESPIK_DEBUG_H */
|