mirror of https://github.com/yandex/odyssey.git
14 lines
168 B
C
14 lines
168 B
C
![]() |
#ifndef MM_TLS_H
|
||
|
#define MM_TLS_H
|
||
|
|
||
|
/*
|
||
|
* machinarium.
|
||
|
*
|
||
|
* cooperative multitasking engine.
|
||
|
*/
|
||
|
|
||
|
void mm_tls_init(void);
|
||
|
void mm_tls_free(void);
|
||
|
|
||
|
#endif /* MM_TLS_H */
|