Skip to content

Instantly share code, notes, and snippets.

@Hual
Hual / filterscripts.md
Last active September 25, 2025 14:41
A topic which lists filterscripts, includes and plugins
@Hual
Hual / sc1.cpp
Last active December 31, 2019 14:27 — forked from AmyrAhmady/sc1.cpp
if (firstname!=NULL)
{
assert(strlen(firstname)<=sNAMEMAX);
strcpy(symbolname,firstname); /* save symbol name */
tag=firsttag;
}
else
{
tag= (firsttag>=0) ? firsttag : pc_addtag(NULL);
tok=lex(&val,&str);