├── .gitignore ├── LICENSE ├── Makefile ├── README └── structhole.c /.gitignore: -------------------------------------------------------------------------------- 1 | structhole 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cemeyer/structhole/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cemeyer/structhole/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cemeyer/structhole/HEAD/README -------------------------------------------------------------------------------- /structhole.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cemeyer/structhole/HEAD/structhole.c --------------------------------------------------------------------------------