SCM Repository
Annotation of /sml/trunk/src/runtime/kernel/standalone.c
Parent Directory
|
Revision Log
Revision 250 - (view) (download) (as text)
1 : | monnier | 249 | /* standalone.c |
2 : | * | ||
3 : | * COPYRIGHT (c) 1993 by AT&T Bell Laboratories. | ||
4 : | * | ||
5 : | * This is the main routine for linking with stand-alone applications. | ||
6 : | */ | ||
7 : | |||
8 : | #include "ml-base.h" | ||
9 : | #include "ml-limits.h" | ||
10 : | |||
11 : | main (argc, **argv) | ||
12 : | int arg; | ||
13 : | char **argv; | ||
14 : | { | ||
15 : | |||
16 : | } /* end of main. */ | ||
17 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |