├── .github └── FUNDING.yml ├── LICENSE.TXT ├── README.md ├── ow.c ├── ow.h └── ow_config.h /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimaltd/ow/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimaltd/ow/HEAD/LICENSE.TXT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimaltd/ow/HEAD/README.md -------------------------------------------------------------------------------- /ow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimaltd/ow/HEAD/ow.c -------------------------------------------------------------------------------- /ow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimaltd/ow/HEAD/ow.h -------------------------------------------------------------------------------- /ow_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimaltd/ow/HEAD/ow_config.h --------------------------------------------------------------------------------