diff options
| author | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-08 18:25:29 +0300 |
|---|---|---|
| committer | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-08 18:25:29 +0300 |
| commit | 0b80b2a95151cf4882d908a5fe7d97f476e4928d (patch) | |
| tree | 28420104516e446a06172687eae16e3bf4dfd5bd /parts/table.h | |
| parent | 1946d7ada4924c88e8657f055edf9210cf0c6f2a (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(); |
