Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef DEVICEIOCONSOLE_H
- #define DEVICEIOCONSOLE_H
- #include "DeviceIOAbstract.h"
- typedef DeviceIOAbstract DeviceIOConsole;
- // --------------------------------------------------------------------------------------------------------------------
- void DeviceIOConsole_constructor(DeviceIOAbstract* this);
- // --------------------------------------------------------------------------------------------------------------------
- int DeviceIOConsole_readIn(char* buffer);
- // --------------------------------------------------------------------------------------------------------------------
- int DeviceIOConsole_writeOut(char* buffer);
- // --------------------------------------------------------------------------------------------------------------------
- int DeviceIOConsole_writeErr(char* buffer);
- #endif
Advertisement
Add Comment
Please, Sign In to add comment