mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
7 lines
96 B
C
7 lines
96 B
C
|
#ifndef WRITEALL_H
|
||
|
#define WRITEALL_H
|
||
|
|
||
|
extern int writeall(int,const void *,long long);
|
||
|
|
||
|
#endif
|