From 21322a3d5c1071e3b724ed0c85ca3aa65dbf728b Mon Sep 17 00:00:00 2001 From: "jc_.kim" Date: Thu, 27 Apr 2017 14:59:23 +0900 Subject: [PATCH] Add a description for clock_daysbeforemonth Month starts from 0 to 11(Jan to Dec) --- lib/libc/time/lib_daysbeforemonth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/time/lib_daysbeforemonth.c b/lib/libc/time/lib_daysbeforemonth.c index 8d352ec..a99e4ce 100644 --- a/lib/libc/time/lib_daysbeforemonth.c +++ b/lib/libc/time/lib_daysbeforemonth.c @@ -102,6 +102,7 @@ static const uint16_t g_daysbeforemonth[13] = { * * Description: * Get the number of days that occurred before the beginning of the month. + * Month starts from 0 to 11(Jan to Dec). * ****************************************************************************/ -- 2.7.4