├── LICENSE ├── README.md ├── docs ├── README.html.de └── README.html.en └── src ├── Makefile ├── ft.c └── test └── testing /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BestSolution-at/fixtar/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BestSolution-at/fixtar/HEAD/README.md -------------------------------------------------------------------------------- /docs/README.html.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BestSolution-at/fixtar/HEAD/docs/README.html.de -------------------------------------------------------------------------------- /docs/README.html.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BestSolution-at/fixtar/HEAD/docs/README.html.en -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BestSolution-at/fixtar/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/ft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BestSolution-at/fixtar/HEAD/src/ft.c -------------------------------------------------------------------------------- /src/test/testing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BestSolution-at/fixtar/HEAD/src/test/testing --------------------------------------------------------------------------------