wig
Widgets in Guile
git clone
git://monastech.xyz/wig
Log
|
Files
|
Refs
|
README
wl.h (75B)
1
#ifndef WIG_WL
2
#define WIG_WL
3
4
int allocate_shm_file(size_t size);
5
6
#endif