1. Create a C source with an editor, an type in
the following code:
#pragma keeka
void main(void) {return 0;}
2. Save with a name of your choice (e.g. "egg.c")
3. Compile the source with:
bcc32 egg.c
4. Watch the message the compiler displays!
This should work inserting the "#pragma" line in any C source ... I've not tested it with other version of the compiler.
Oh, yes, it's like the "Curious George" egg ...