about summary refs log tree commit diff
path: root/shm_open.h
blob: d403c41ecbdbd367b01ead7224cf1c304006a476 (plain)
1
2
3
4
5
6
7
8
#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