Skip to content

Instantly share code, notes, and snippets.

@samcv

samcv/sc.c Secret

Created November 2, 2017 02:02
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 samcv/5c2eb18fa5d4d428c081ab3e8bca8fc4 to your computer and use it in GitHub Desktop.
Save samcv/5c2eb18fa5d4d428c081ab3e8bca8fc4 to your computer and use it in GitHub Desktop.
MVMstrandcoposer sc;
MVMString *result;
MVM_string_sc_inittc, (sc);
MVM_string_sc_add(tc, sc, strand1);
MVM_string_sc_add(tc, sc, strand2);
MVM_string_sc_add(tc, sc, strand3);
result = MVM_string_sc_done(tc, sc);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment