parallax 1.0
command-line based task/todo manager
|
include | |
argparse.h | Contains functions for extracting content from the argument vector |
defs.h | |
hashmap.h | Contains the structures and procedures for hashmap-related operations |
task.h | Contains structures and functions for handling task-related operations |
test.h | |
src | |
argparse.c | |
hashmap.c | Contains detailed implementation of the public procedures in the hashmap API |
main.c | |
task.c | |
test.c | Contains the testing modules for unit and runtime tests |