Guest User

Untitled

a guest
Jul 12th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. /* confdefs.h. */
  2. #define PACKAGE_NAME "cel"
  3. #define PACKAGE_TARNAME "cel"
  4. #define PACKAGE_VERSION "1.0.2"
  5. #define PACKAGE_STRING "cel 1.0.2"
  6. #define PACKAGE_BUGREPORT "cel-main@lists.sourceforge.net"
  7. #define CS_PLATFORM_WIN32
  8. /* end confdefs.h. */
  9. #include <cssysdef.h>
  10. #include <csutil/csstring.h>
  11. csStaticVarCleanupFN csStaticVarCleanup;
  12. int
  13. main ()
  14. {
  15. csString s; s << "Crystal Space";
  16. ;
  17. return 0;
  18. }
Add Comment
Please, Sign In to add comment