mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-12-28 09:10:21 +05:30
floatscan-experiment.c: simplify the note
This commit is contained in:
parent
0e6fd4e322
commit
b17b8aa71a
@ -2,12 +2,11 @@
|
|||||||
* This was an experiment to learn about how libc turn floating point strings
|
* This was an experiment to learn about how libc turn floating point strings
|
||||||
* into actual values.
|
* 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
|
* Author: Intel A80486DX2-66
|
||||||
* License: Creative Commons Zero 1.0 Universal
|
* 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>
|
#include <stdint.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user