Removed submodules
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef __mutex_h__
|
||||
#define __mutex_h__
|
||||
|
||||
#include <pthread.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void * runner (void *);
|
||||
int64_t run (void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user