1 2 3 4 5 6 7
#ifndef __CAPSICUM_H #define __CAPSICUM_H void capsicum_init(void); void capsicum_deinit(void); #endif