Guest User

Untitled

a guest
May 5th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.36 KB | None | 0 0
  1. /* confdefs.h */
  2. #define PACKAGE_NAME "dummy"
  3. #define PACKAGE_TARNAME "dummy"
  4. #define PACKAGE_VERSION "0.1"
  5. #define PACKAGE_STRING "dummy 0.1"
  6. #define PACKAGE_BUGREPORT ""
  7. #define PACKAGE_URL ""
  8. /* end confdefs.h.  */
  9. #include <stdio.h>
  10. int
  11. main (void)
  12. {
  13. FILE *f = fopen ("conftest.out", "w");
  14.  return ferror (f) || fclose (f) != 0;
  15.  
  16.   ;
  17.   return 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment