khomch / dict

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictionary

TODO:

  • Refactor using structs;
  • Add dynamic memory allocation;
  • Error handlers.

Install:

make fclean make

Usage:

./rush-02

Examples:

./rush-02 42 | cat -e

forty two$

./rush-02 0 | cat -e

zero$

./rush-02 10.4 | cat -e

error$

./rush-02 100000 | cat -e

one hundred thousand$

About


Languages

Language:C 96.2%Language:Makefile 3.8%