├── LICENSE ├── Makefile ├── README.md ├── Suicide.cc └── test.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offlinemark/suicide/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offlinemark/suicide/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offlinemark/suicide/HEAD/README.md -------------------------------------------------------------------------------- /Suicide.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offlinemark/suicide/HEAD/Suicide.cc -------------------------------------------------------------------------------- /test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/offlinemark/suicide/HEAD/test.c --------------------------------------------------------------------------------