On 5/18/06, mwoehlke wrote:
> tell you valid ones). Any thoughts? (Maybe dropping a hippo on the code
> will make it as small as I want it to be? ;-))
// oppi.h
#define HIPPO_DROP int main() { \
... \
}
// code.c
#include "oppi.h"
HIPPO_DROP
Remember, you must include the hippo before you can drop it on your code. ;-)
Jason