Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. extern "C"{
  2. #include "Externlibname.h"
  3. }
  4.  
  5. using namespace std;
  6.  
  7. std::whatINeed
  8.  
  9. error C2065: 'FILE' : undeclared identifier
  10.  
  11. tydef _iobuf FILE
  12.  
  13. #include <cstdio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement