Advertisement
Guest User

file1.c

a guest
Apr 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5.     if ( func() != 3)
  6.   {
  7.     printf("error!\n");
  8.   }
  9.   return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement