mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-03 05:40:56 +00:00
Fix co_create documentation
This commit is contained in:
parent
cc48325ed9
commit
96f83fad48
@ -48,8 +48,8 @@ cothread_t co_active(void);
|
||||
|
||||
/**
|
||||
* co_create:
|
||||
* @int : size to allocate
|
||||
* @funcptr : function callback
|
||||
* @int : stack size
|
||||
* @funcptr : thread entry function callback
|
||||
*
|
||||
* Create a co_thread.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user