mirror of https://github.com/yandex/odyssey.git
13 lines
157 B
C
13 lines
157 B
C
![]() |
#ifndef MM_WRITE_H_
|
||
|
#define MM_WRITE_H_
|
||
|
|
||
|
/*
|
||
|
* machinarium.
|
||
|
*
|
||
|
* cooperative multitasking engine.
|
||
|
*/
|
||
|
|
||
|
int mm_write(mm_io_t*, char*, int, uint64_t);
|
||
|
|
||
|
#endif
|