include guardsd
This commit is contained in:
3
stlio.h
3
stlio.h
@@ -1,3 +1,5 @@
|
|||||||
|
#ifndef STLIO_H
|
||||||
|
#define STLIO_H
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "framebuffer.h"
|
#include "framebuffer.h"
|
||||||
// Frame buffer driver
|
// Frame buffer driver
|
||||||
@@ -14,3 +16,4 @@ void printf(const char*);
|
|||||||
void printhex(u32);
|
void printhex(u32);
|
||||||
|
|
||||||
void putch(const char);
|
void putch(const char);
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user