DungeonCrawl
Loading...
Searching...
No Matches
thread_handler.h
Go to the documentation of this file.
1
5
#ifndef THREAD_HANDLER_H
6
#define THREAD_HANDLER_H
7
15
void
start_simple_thread
(
void
(*thread_func)(
void
));
16
17
#endif
//THREAD_HANDLER_H
start_simple_thread
void start_simple_thread(void(*thread_func)(void))
Starts a new thread with the given function.
Definition
thread_handler.c:56
src
thread
thread_handler.h
Generated by
1.14.0