15 #define PGN_STRING_SIZE 256
30 char token_string[PGN_STRING_SIZE];
37 char result[PGN_STRING_SIZE];
38 char fen[PGN_STRING_SIZE];
47 extern void pgn_open (pgn_t * pgn, const char file_name[]);
48 extern void pgn_close (pgn_t * pgn);
50 extern bool pgn_next_game (pgn_t * pgn);
51 extern bool pgn_next_move (pgn_t * pgn, char string[], int size);
53 #endif // !defined PGN_H