1
0
mirror of https://github.com/sgmarz/osblog.git synced 2024-11-24 02:16:19 +04:00

Get rid of useless header.

This commit is contained in:
Stephen Marz 2020-04-26 14:58:28 -04:00
parent 29100f10ae
commit 591f0fdff8

View File

@ -1,6 +1,4 @@
#include <printf.h> #include <printf.h>
#include <syscall.h>
const int SIZE = 1000; const int SIZE = 1000;
int myarray[SIZE]; int myarray[SIZE];