Brick Groove Machine 0.9.3
Firmware embarqué pour contrôleur/synthé Brick
 
Chargement...
Recherche...
Aucune correspondance
panic.h
Aller à la documentation de ce fichier.
1#ifndef BRICK_PANIC_H
2#define BRICK_PANIC_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8void panic(const char *message);
9
10#ifdef __cplusplus
11}
12#endif
13
14#endif /* BRICK_PANIC_H */
void panic(const char *message)
Definition panic.c:8