src/chess/pgn.c

changeset 78
ceb9197b3c6d
parent 70
5427beba96d1
equal deleted inserted replaced
77:808a7324b467 78:ceb9197b3c6d
27 * 27 *
28 */ 28 */
29 29
30 #include "pgn.h" 30 #include "pgn.h"
31 #include <ctype.h> 31 #include <ctype.h>
32 #include <stdlib.h>
33 #include <string.h> 32 #include <string.h>
34 33
35 enum { 34 enum {
36 pgn_error_missing_quote = 1, 35 pgn_error_missing_quote = 1,
37 pgn_error_missing_bracket, 36 pgn_error_missing_bracket,

mercurial