From b17b8aa71a9cb25de4ee305820539e9db57f3616 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sat, 2 Mar 2024 15:20:20 +0300 Subject: [PATCH] floatscan-experiment.c: simplify the note --- c-programming/experiments/floatscan-experiment.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/c-programming/experiments/floatscan-experiment.c b/c-programming/experiments/floatscan-experiment.c index 09cf5c2..1cae4aa 100644 --- a/c-programming/experiments/floatscan-experiment.c +++ b/c-programming/experiments/floatscan-experiment.c @@ -2,12 +2,11 @@ * This was an experiment to learn about how libc turn floating point strings * into actual values. * - * Expects the floating point string to be in stdin. + * The original code is from musl libc: version 1.2.4, src/internal/floatscan.c * - * The new added code: + * The added code: * Author: Intel A80486DX2-66 * License: Creative Commons Zero 1.0 Universal - * The original code is from musl libc: version 1.2.4, src/internal/floatscan.c */ #include