writeall.h 96 B

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