mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-02 11:26:45 +00: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
|