apfl/src/messages.c

9 lines
299 B
C
Raw Normal View History

#include "apfl.h"
const struct apfl_messages apfl_messages = {
.could_not_alloc_mem = "Could not allocate memory",
.input_error_while_parsing = "Input error while parsing",
.unexpected_end_of_file = "Unexpected end of file",
.feature_not_implemented = "Feature not implemented",
};