7 lines
108 B
C
7 lines
108 B
C
#ifndef __TERMLIB_H
|
|
#define __TERMLIB_H
|
|
|
|
#include "os.h"
|
|
#include "stdlib.h" //redirect to stdlib.h
|
|
|
|
#endif
|