Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //clang test.c -std=c99 -o test
- //clang test.c -std=c99 -o test -lSDL2 -lGLESv2 -lm -levent
- //clang -E incl.h -std=c99 -o incl.c -lSDL2 -lGLESv2 -lm -levent
- #include <stdio.h>
- #include <stdlib.h>
- #include <stdint.h>
- #include <stdarg.h>
- #include <string.h>
- #include <math.h>
- #include <assert.h>
- #include <math.h>
- #include <limits.h>
- #include <time.h>
- #include <unistd.h>
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <string.h>
- #include <fcntl.h>
- #include <errno.h>
- #include <err.h>
- #include <event.h>
- #define NK_INCLUDE_FIXED_TYPES
- #define NK_INCLUDE_STANDARD_IO
- #define NK_INCLUDE_STANDARD_VARARGS
- #define NK_INCLUDE_DEFAULT_ALLOCATOR
- #define NK_INCLUDE_VERTEX_BUFFER_OUTPUT
- #define NK_INCLUDE_FONT_BAKING
- #define NK_INCLUDE_DEFAULT_FONT
- #define NK_IMPLEMENTATION
- #define NK_SDL_GLES2_IMPLEMENTATION
- #include "nuklear/nuklear.h"
- #include "nuklear/demo/sdl_opengles2/nuklear_sdl_gles2.h"
- int main(int argc, char **argv){
- char metaprog_instance_0complex_array_array_pointer_8982710548059625473[] = {50,46,49};
- size_t metaprog_instance_0complex_array__array_size_8982710548059625473 = 3;
- char * * metaprog_instance_0_pointer_8331932030106600449 = (
- 0);
- strtod(metaprog_instance_0complex_array_array_pointer_8982710548059625473,metaprog_instance_0_pointer_8331932030106600449);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement