mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-12-27 05:40:17 +05:30
floatscan-experiment.c: sort #include
s
This commit is contained in:
parent
b17b8aa71a
commit
223393b38c
@ -9,13 +9,13 @@
|
||||
* License: Creative Commons Zero 1.0 Universal
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <float.h>
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
/* wrapping code --- beginning */
|
||||
#define shgetc(f) fgetc(f)
|
||||
|
Loading…
Reference in New Issue
Block a user