1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-08 18:02:23 +05:30

floatscan-experiment.c: simplify the note

This commit is contained in:
Intel A80486DX2-66 2024-03-02 15:20:20 +03:00
parent 0e6fd4e322
commit b17b8aa71a
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -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 <stdint.h>