(a)
APP_CFLAGS = -Dmain=app_main - DWHAS_APP_MAIN
(b)
extern "C"
int main(int argc, char *argv[]);
{
...
}
Example 1: If you have main() defined, add this code to your makefile; (b) the file that then contains your definition of main() includes this.
Back to Article
Copyright © 1999, Dr. Dobb's Journal