4 lines
104 B
C
4 lines
104 B
C
/*
|
|
* Exported symbols of wr_bytes.c
|
|
*/
|
|
extern void wr_bytes(int fd, register char *string, long cnt);
|