SCM Repository
View of /sml/trunk/src/runtime/kernel/standalone.c
Parent Directory
|
Revision Log
Revision 2 -
(download)
(as text)
(annotate)
Sat Oct 4 23:33:09 1997 UTC (23 years, 6 months ago) by monnier
File size: 268 byte(s)
Sat Oct 4 23:33:09 1997 UTC (23 years, 6 months ago) by monnier
File size: 268 byte(s)
Initial revision
/* 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. */
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |