comparison cdimage.c @ 2215:a8af8d898a7c

Fix windows build for real
author Michael Pavone <pavone@retrodev.com>
date Tue, 30 Aug 2022 00:13:55 -0700
parents 9209858b2f74
children 646d1797f20d
comparison
equal deleted inserted replaced
2214:7591c67b8d1e 2215:a8af8d898a7c
1 #include <ctype.h> 1 #include <ctype.h>
2 #include <string.h> 2 #include <string.h>
3 #include <stdlib.h>
3 4
4 #include "system.h" 5 #include "system.h"
5 #include "util.h" 6 #include "util.h"
6 7
7 static char* cmd_start(char *cur) 8 static char* cmd_start(char *cur)