at master 98 B view raw
1#ifndef USERSPACE 2#define USERSPACE 3 4#include "quantum.h" 5 6void my_custom_function(void); 7 8#endif