Listing 2. Modifications to the libc-start.c for Hello World /* XXX This is where the try/finally handling must be used. */ printf("Before main()\n"); result = main (argc, argv, __environ); printf("After main()\n");