1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30

reverse-ramdisk.c: sort includes

This commit is contained in:
2023-12-27 21:25:39 +03:00
parent 29930186ce
commit 2341c7cced

View File

@@ -14,10 +14,10 @@ To-Do: error handling on line 167, function fread()
#include <errno.h>
#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#ifdef DEBUG
# define line_fail(x) do { \