Skip to content

Instantly share code, notes, and snippets.

@mgalgs
Created May 10, 2013 21:01
Show Gist options
  • Save mgalgs/5557381 to your computer and use it in GitHub Desktop.
Save mgalgs/5557381 to your computer and use it in GitHub Desktop.
#include "section_hacking.h"
static void in_equotes(const char *txt)
{
printf("`%s'\n", txt);
}
REGISTER_FORMATTER(in_equotes);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment