X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fcommon%2Fparse_file.h;h=e0e3c7a075fd44ffd6ca963e8e9ea15997ce4aef;hb=063eb0e64a0a2122c5581a668217290eb0b01f2b;hp=deed17b06e0e5a20381b7d200351c5dfd3bffad9;hpb=522ee38603c822f7ac6b7847b1c2b0160c49f481;p=plomrogue diff --git a/src/common/parse_file.h b/src/common/parse_file.h index deed17b..e0e3c7a 100644 --- a/src/common/parse_file.h +++ b/src/common/parse_file.h @@ -1,4 +1,8 @@ /* src/common/parse_file.h + * + * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 + * or any later version. For details on its copyright, license, and warranties, + * see the file NOTICE in the root directory of the PlomRogue source package. * * Tools for parsing files. */ @@ -32,7 +36,7 @@ extern uint8_t err_line(uint8_t test, char * msg); * the second, with the next token_from_line() call starting its token search * after that second quote. The only way to return an empty string (instead of * NULL) as a token is to delimit the token by two succeeding single quotes. - * */ + */ extern char * token_from_line(char * line); /* Test for "string" to represent proper int16 (type: "i"), uint8 ("8"), uint16