diff options
author | kartofen <mladenovnasko0@gmail.com> | 2025-07-08 18:25:29 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2025-07-08 18:25:29 +0300 |
commit | d028cc9c04cf46256166434bdea68d5f5c6d310f (patch) | |
tree | 28420104516e446a06172687eae16e3bf4dfd5bd /parts/table.h | |
parent | 919611902c39fd70afe1162883ee6bfd34f2642e (diff) |
simple calculator example
Diffstat (limited to 'parts/table.h')
-rw-r--r-- | parts/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/table.h b/parts/table.h index 486466f..fc63488 100644 --- a/parts/table.h +++ b/parts/table.h @@ -12,7 +12,7 @@ extern struct action { extern size_t table_states; -extern int (*table_fill)(); +extern int (*table_fill)(); // non-zero on fail extern void (*table_free)(); void table_print(); |