Skip to content

Instantly share code, notes, and snippets.

@elvinio
Created November 4, 2016 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elvinio/fae6156c545ea90aa1b68b33fca11480 to your computer and use it in GitHub Desktop.
Save elvinio/fae6156c545ea90aa1b68b33fca11480 to your computer and use it in GitHub Desktop.
Patch for flatcc to support null
545 println(out, "if(*buf == 'n' && memcmp(buf+1, \"ull\", 3) == 0){buf+=4; ref = flatcc_builder_create_string(ctx->ctx, mark, 0);}else{");
546 indent();
565 unindent(); println(out, "}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment