The translation was automatically locked due to following alerts: Could not merge the repository.
Loading…
![]() New source string testing_project / Documentation: dev_guide/reference_capi/coio — English |
Loading…
![]() New source string testing_project / Documentation: dev_guide/reference_capi/coio — English |
{
const char* filename = va_arg(ap);
int flags = va_arg(ap);
return open(filename, flags);
}
if (coio_call(openfile_cb, "/tmp/file", 0) == -1)
// handle errors.
...