Skip to content

Instantly share code, notes, and snippets.

@jroesch
Created January 23, 2015 06:31
Show Gist options
  • Save jroesch/e3f51480459fd8121806 to your computer and use it in GitHub Desktop.
Save jroesch/e3f51480459fd8121806 to your computer and use it in GitHub Desktop.
struct RString {
struct RBasic basic;
long len;
char *ptr;
union {
long capa;
VALUE shared;
} aux;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment