├── LICENSE ├── Makefile ├── README ├── dict.c └── dict.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndevilla/dict/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndevilla/dict/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndevilla/dict/HEAD/README -------------------------------------------------------------------------------- /dict.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndevilla/dict/HEAD/dict.c -------------------------------------------------------------------------------- /dict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndevilla/dict/HEAD/dict.h --------------------------------------------------------------------------------