- Timestamp:
- Sep 16, 2024, 10:15:59 PM (2 months ago)
- Location:
- trunk/Server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/main.c
r20 r34 40 40 } 41 41 confpath = argv[i]; 42 } else if(strcmp(argv[i], "--version") == 0 || strcmp(argv[i], "-V") == 0) { 43 printf("Tewi HTTPd Tewi/%s\n", tw_get_version()); 44 printf("Under public domain.\n"); 45 printf("Copyright (C) 2024 Nishi\n"); 46 return 0; 42 47 } else { 43 48 fprintf(stderr, "Unknown option: %s\n", argv[i]); -
trunk/Server/strptime.c
r32 r34 36 36 //__RCSID("$NetBSD: strptime.c,v 1.62 2017/08/24 01:01:09 ginsbach Exp $"); 37 37 38 #ifdef __MINGW32__ 39 38 40 #include <ctype.h> 39 41 #include <string.h> … … 833 835 return NULL; 834 836 } 837 838 #endif
Note:
See TracChangeset
for help on using the changeset viewer.