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