toxcore/nacl/curvecp/writeall.h

7 lines
96 B
C
Raw Normal View History

2013-07-02 21:53:34 +08:00
#ifndef WRITEALL_H
#define WRITEALL_H
extern int writeall(int,const void *,long long);
#endif