6a73e85ad1
. only good for obsolete K&R support . also remove a stray ansi.h and the proto cmd
12 lines
177 B
C
12 lines
177 B
C
#ifndef MB_UTILS_H
|
|
#define MB_UTILS_H
|
|
|
|
#include "kernel/kernel.h"
|
|
|
|
void mb_cls(void);
|
|
void mb_print(char*);
|
|
void mb_print_char(char);
|
|
int mb_read_char(unsigned char*);
|
|
|
|
|
|
#endif
|