_example.h 97 B

12345678
  1. #ifndef USERSPACE
  2. #define USERSPACE
  3. #include "quantum.h"
  4. void my_custom_function(void);
  5. #endif