diff options
| author | Aiden Gall <aiden@aidengall.xyz> | 2025-02-11 12:45:45 +0000 |
|---|---|---|
| committer | Aiden Gall <aiden@aidengall.xyz> | 2025-02-11 12:45:45 +0000 |
| commit | 0ed31de7833d16e03846ad00f127d2c7f4c8f2a6 (patch) | |
| tree | d8531f0a06b0469f05055d9b5751d1a11ee2e951 /tco.h | |
| parent | 51852ce6d2f87cfb45e3efd5f2bc474d86c7ff8d (diff) | |
(tco_args) add support for coroutine arguments
Diffstat (limited to 'tco.h')
| -rw-r--r-- | tco.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,5 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define coroutine #endif -int tco_go(void (*f)(void)); +int tco_go(void (*f)()); +void tco_args(); void tco_yield(void); |
