diff options
Diffstat (limited to 'tests/tests.h')
-rw-r--r-- | tests/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index c6b0de6..49e814c 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -21,4 +21,5 @@ #include "../libdimension/dimension.h" #include <stdio.h> +/* Print a progress bar of the progress of `progress' */ void progressbar(const char *str, const dmnsn_progress *progress); |