bottleros/Userland/SampleCodeModule/bottler/include/bottler.h

9 lines
125 B
C

#ifndef BOTTLER_LIB
#define BOTTLER_LIB
#include "libc.h"
#include "system.h"
void bottler(int argc, char *argv[]);
#endif