comparison cue.c @ 2074:c5323c02dde4

Fix windows build error
author Michael Pavone <pavone@retrodev.com>
date Mon, 31 Jan 2022 00:01:26 -0800
parents 07ed42bd7b4c
children 3f29e2726522
comparison
equal deleted inserted replaced
2073:c69e42444f96 2074:c5323c02dde4
1 #include <ctype.h> 1 #include <ctype.h>
2 #include <string.h>
2 3
3 #include "system.h" 4 #include "system.h"
4 #include "util.h" 5 #include "util.h"
5 6
6 static char* cmd_start(char *cur) 7 static char* cmd_start(char *cur)