Skip to content

Instantly share code, notes, and snippets.

@letoh
Created June 8, 2012 16:04
Show Gist options
  • Select an option

  • Save letoh/2896452 to your computer and use it in GitHub Desktop.

Select an option

Save letoh/2896452 to your computer and use it in GitHub Desktop.
static void _head(void)
{
const char *v;
utils_page_head("Demo");
raw(<script type="text/javascript">);
echo("var _debug = 0;");
echo("var cgi_var = ");
cgi_json();
echo(";");
raw(</script>);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment