3axap_010

dll.h

May 12th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. #ifndef dll_h__
  2. #define dll_h__
  3.  
  4. int async_write(int file, char* buffer, size_t size, off_t offset);
  5.  
  6. int async_read(int file, char* buffer, size_t size, off_t offset);
  7.  
  8. #endif
Add Comment
Please, Sign In to add comment