Elaborato_SO/inc/custom_shm.h

6 lines
52 B
C
Raw Normal View History

2023-05-14 18:51:32 +02:00
#ifndef SHM_H
#define SHM_H
int getShmid();
#endif