├── .gitignore ├── LICENSE ├── Makefile ├── README.md └── klogger.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaswata56/klogger/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaswata56/klogger/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaswata56/klogger/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaswata56/klogger/HEAD/README.md -------------------------------------------------------------------------------- /klogger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shaswata56/klogger/HEAD/klogger.c --------------------------------------------------------------------------------