DEBSOURCES
Skip Quicknav
sources / quasselc / 0~git20170114-1 / io.h
1234567
#ifndef IO_H #define IO_H extern int write_io(GIOChannel *handle, const char* data, int len); extern int read_io(GIOChannel *handle, char *buf, int len); #endif /* IO_H */