├── .gitignore ├── Makefile ├── README.md ├── control └── safestrat.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akemin-dayo/safestrat/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akemin-dayo/safestrat/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akemin-dayo/safestrat/HEAD/README.md -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akemin-dayo/safestrat/HEAD/control -------------------------------------------------------------------------------- /safestrat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akemin-dayo/safestrat/HEAD/safestrat.c --------------------------------------------------------------------------------