mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-03-12 18:32:48 +01:00
9 lines
177 B
C
9 lines
177 B
C
#ifndef shm_open_h_INCLUDED
|
|
#define shm_open_h_INCLUDED
|
|
|
|
void randname(char *buf);
|
|
int create_shm_file(void);
|
|
int allocate_shm_file(size_t size);
|
|
|
|
#endif // shm_open_h_INCLUDED
|