Hello!!!
I have to write a function and they are giving me the prototype of the function, but i don't understand what arguments takes.
the prototype is:
can you explain me what arguments take this function and what returns?
I am really confused.
I have to write a function and they are giving me the prototype of the function, but i don't understand what arguments takes.
the prototype is:
Code:
coroutine *co_start(void (*body) (void*), void *attr);
I am really confused.
Comment