mirror of
https://github.com/drasko/codezero.git
synced 2026-01-19 22:33:15 +01:00
Initial commit
This commit is contained in:
7
tasks/test1/include/tests.h
Normal file
7
tasks/test1/include/tests.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __TEST0_TESTS_H__
|
||||
#define __TEST0_TESTS_H__
|
||||
|
||||
int shmtest(void);
|
||||
int mmaptest(void);
|
||||
|
||||
#endif /* __TEST0_TESTS_H__ */
|
||||
Reference in New Issue
Block a user