From 826ac4e09fb212895b31ddd9527d9532868f95d1 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 13 May 2025 14:59:35 +0200 Subject: [PATCH] docs(check): adding the reason why i use this type --- sources/core/check.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/core/check.cpp b/sources/core/check.cpp index cacf7e8..fd4c884 100644 --- a/sources/core/check.cpp +++ b/sources/core/check.cpp @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/05/13 11:25:04 by rparodi #+# #+# */ -/* Updated: 2025/05/13 14:14:44 by rparodi ### ########.fr */ +/* Updated: 2025/05/13 14:20:47 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -19,7 +19,7 @@ * @brief function to check if the port is valid * * @param input input given bu the user - * @return value between 1 and 65535 if valid, 0 if not + * @return value between 1 and 65535 if valid, 0 if not (on unsigned 16 bits) */ unsigned short int valid_port(char *input) {