SCM Repository
View of /sml/trunk/src/runtime/kernel/standalone.c
Parent Directory
|
Revision Log
Revision 250 -
(download)
(as text)
(annotate)
Sat Apr 17 18:57:03 1999 UTC (21 years, 10 months ago) by monnier
File size: 268 byte(s)
Sat Apr 17 18:57:03 1999 UTC (21 years, 10 months ago) by monnier
File size: 268 byte(s)
This commit was generated by cvs2svn to compensate for changes in r249, which included commits to RCS files with non-trunk default branches.
/* 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 |