Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. +#include <stdio.h>
  2.  
  3. RelayCapeOne.c:9:5:
  4.      fprintf( stderr, "open: %m\n" );
  5.      ^~~~~~~
  6. RelayCapeOne.c:9:14: error: ‘stderr’ undeclared (first use in this function)
  7.      fprintf( stderr, "open: %m\n" );
  8.               ^~~~~~
  9. RelayCapeOne.c:9:14: note: ‘stderr’ is defined in header ‘<stdio.h>’; did you forget to ‘#include <stdio.h>’?
  10. RelayCapeOne.c:9:14: note: each undeclared identifier is reported only once for each function it appears in
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement