/[cvs]/joko/Uni/BSArch/03/win32/min_shell.c
ViewVC logotype

Annotation of /joko/Uni/BSArch/03/win32/min_shell.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu Jun 15 12:22:56 2006 UTC (18 years, 3 months ago) by joko
Branch: MAIN
File MIME type: text/plain
+ initial commit

1 joko 1.1 /* $Id: prime.c,v 1.13 2006/05/13 18:53:54 joko Exp $ */
2    
3     #include <stdlib.h>
4     #include <errno.h>
5    
6     int main(int argc, char * argv[]) {
7     if (argc == 1) {
8     printf("No arguments given.");
9     exit(EXIT_FAILURE);
10     }
11     }

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed