From: Kevin Day Date: Sun, 11 Mar 2012 03:09:26 +0000 (-0600) Subject: Update: add buffer_too_small and buffer_too_large error codes X-Git-Tag: 0.3.0~95 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=6abe58ce8ca67e57b942404d90b22c4eadeefe3e;p=fll Update: add buffer_too_small and buffer_too_large error codes This could come in handy and is more generic than string_too_small and string_too_large. --- diff --git a/level_0/f_errors/c/errors.h b/level_0/f_errors/c/errors.h index 16f2d6b..0d3a593 100644 --- a/level_0/f_errors/c/errors.h +++ b/level_0/f_errors/c/errors.h @@ -132,6 +132,8 @@ enum { f_error_on_eof, f_error_on_eos, f_error_on_stop, + f_buffer_too_small, + f_buffer_too_large, f_string_too_small, f_string_too_large, f_unterminated_nest,