@@ -7,9 +7,8 @@ * platform-specific code is found in the *.platform.h * files. */ -#include #include #include #ifdef __cplusplus @@ -75,8 +74,10 @@ kiocond_fail_pfault, kiocond_fail_too_big, kiocond_fail_stream_mismatch, } kiocond; + +#include kiocond kiosend(kiochan, ksraw, sz*); // send data to a channel kiocond kiosendall(kiochan, ksraw); // keep sending data to a channel until it's all sent kiocond kiorecv(kiochan, ksraw*); // receive data from a channel