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