1 2 3 4 5 6
#ifndef WRITEALL_H #define WRITEALL_H extern int writeall(int,const void *,long long); #endif