/* standalone.c * * COPYRIGHT (c) 1993 by AT&T Bell Laboratories. * * This is the main routine for linking with stand-alone applications. */ #include "ml-base.h" #include "ml-limits.h" main (argc, **argv) int arg; char **argv; { } /* end of main. */
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: " #include "ml-limits.h" main (argc, **argv) int arg; char **argv; { } /* end of main. */