7 lines
82 B
C
7 lines
82 B
C
#ifndef IO_H
|
|
#define IO_H
|
|
|
|
int fw_puts(char* data, int count);
|
|
|
|
#endif /* IO_H */
|