mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2026-01-21 12:35:19 -08:00
fixing minor bugs with single unit compilation in gcc with flags on
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#include "utils.h"
|
||||
#include "serial.h"
|
||||
#include "terminal.h"
|
||||
|
||||
static void reverse(char* str, int len) {
|
||||
int start = 0;
|
||||
|
||||
Reference in New Issue
Block a user