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