PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers helpers.h Source File

helpers.h

00001 #ifndef HELPERS_H
00002 #define HELPERS_H
00003 
00004 extern void add_underscores(char *);
00005 extern void print_usage(char *);
00006 
00007 
00008 #endif // HELPERS_H
00009 
00010