Advertisement
Guest User

example-2

a guest
Feb 15th, 2022
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. function(void)
  5. {
  6.   return 0;
  7. }
  8.  
  9. int main(void)
  10. {
  11.   printf("function = %d\n", function());
  12.  
  13.   return EXIT_FAILURE;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement