Elaborato_SO/inc/custom_shm.h

6 lines
52 B
C

#ifndef SHM_H
#define SHM_H
int getShmid();
#endif