Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. > #include<stdlib.h>
  2. > #include<stdio.h>
  3. > #include<fcntl.h>
  4. > #include<sys/mman.h>
  5. > #include<sys/types.h>
  6. > #include<sys/stat.h>
  7. > #include<unistd.h>
  8. > #include<string.h>
  9.  
  10. warning: implicit declaration of function β€˜fstat’ [-Wimplicit-function-declaration]
  11. if((fstat(op, &buf)) != 0){
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement