diff options
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); |
