diff options
author | Marvin Borner | 2023-02-20 16:17:31 +0100 |
---|---|---|
committer | Marvin Borner | 2023-02-20 16:17:31 +0100 |
commit | a162fdc74abf0686ec06e65e06d67a8ce5c13b30 (patch) | |
tree | b844718a0befa9853c8c12255933f0ed9308f69d /inc/reducer.h | |
parent | c741632fbe41c8fcb0b2ea0c2a5b08e778768a7d (diff) |
Kinda working but slow
Diffstat (limited to 'inc/reducer.h')
-rw-r--r-- | inc/reducer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/reducer.h b/inc/reducer.h index a5cfda1..82ea189 100644 --- a/inc/reducer.h +++ b/inc/reducer.h @@ -5,6 +5,7 @@ #include <term.h> -struct term *reduce(struct term *term, void (*callback)(int, char)); +struct term *reduce(struct term *term, void (*callback)(int, char, void *), + void *data); #endif |