1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-01-10 08:27:48 +05:30

reverse-ramdisk.c: sort includes

This commit is contained in:
パチュリー・ノーレッジ 2023-12-27 21:25:39 +03:00
parent 29930186ce
commit 2341c7cced
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

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 { \