Skip to content
Snippets Groups Projects
Commit b82e7c1a authored by Cedric Roux's avatar Cedric Roux
Browse files

hotfix: forgot targets/COMMON/threads_t.h in a previous commit

parent 39f26e94
No related branches found
No related tags found
No related merge requests found
#ifndef _THREADS_T_H_
#define _THREADS_T_H_
typedef struct threads_s {
int iq;
int odd;
int even;
} threads_t;
#endif /* _THREADS_T_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment