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