terminal/src/demo.h

9 lines
104 B
C
Raw Normal View History

#ifndef SHARED_MEMORY_DEMO_H
#define SHARED_MEMORY_DEMO_H
int test();
#endif //SHARED_MEMORY_DEMO_H