1 2 3 4 5 6
#ifndef __SHAREDMEM_H #define __SHAREDMEM_H void setup_shm(unsigned char dumb_mode); void remove_shm(void); #endif