From 87a3f691cf6d5dae457ae34992b7c6c777573d70 Mon Sep 17 00:00:00 2001 From: Jonas Zitzmann Date: Fri, 9 Feb 2024 17:46:59 +0100 Subject: [PATCH] refactoring: methods that still need to be added / TO DO LIST --- src/convert_time.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/convert_time.c b/src/convert_time.c index b8f5ecc..7c285e0 100644 --- a/src/convert_time.c +++ b/src/convert_time.c @@ -52,4 +52,5 @@ double converter_years_to_days(double years){ // convert Years in Seconds // convert Years in Minutes -// convert Years in Hours \ No newline at end of file +// convert Years in Hours +// convert Years in Months \ No newline at end of file