From 0ed31de7833d16e03846ad00f127d2c7f4c8f2a6 Mon Sep 17 00:00:00 2001 From: Aiden Gall Date: Tue, 11 Feb 2025 12:45:45 +0000 Subject: (tco_args) add support for coroutine arguments --- tco.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tco.h') diff --git a/tco.h b/tco.h index c8a2f3d..897f2fa 100644 --- a/tco.h +++ b/tco.h @@ -19,5 +19,6 @@ along with this program. If not, see . */ #define coroutine #endif -int tco_go(void (*f)(void)); +int tco_go(void (*f)()); +void tco_args(); void tco_yield(void); -- cgit v1.2.3