OS2 API:CLR: beginthread

From EDM2
Jump to: navigation, search

Prototype:

#include <process.h> 

int _beginthread( void (*thread_function)( void* ), void *stack, unsigned int stack_size, void *arg );

Returns the thread ID of the newly created thread.

See Also


Back to C Library Reference

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox