commit 26e6ec85fbeca3e2d4dc3673f7683158f0bc07a0 parent 1b45e040f11146ccfb096ce3ad9bb00e9bf67663 Author: Matsuda Kenji <info@mtkn.jp> Date: Mon, 18 Mar 2024 14:02:43 +0900 add todo Diffstat:
M | utils.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils.c b/utils.c @@ -1,4 +1,4 @@ -#include <stdarg.h> +#include <stdarg.h> // TODO: implement stdarg.h by my self #include "uefi.h" #include "utils.h"