lisgd + wvkbd

This commit is contained in:
Aleksandr Lebedev 2026-01-27 23:42:01 +01:00
parent adbe4541cb
commit 6d345f43d4
36 changed files with 31637 additions and 0 deletions

View file

@ -0,0 +1,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