1 2 3 4 5 6 7 8 9 10
#ifndef _SERIAL_H #define _SERIAL_H #include <sys/types.h> int rsputs(char*); ssize_t rsread(void*, size_t); #endif