Skip to content

Instantly share code, notes, and snippets.

@id4ehsan
Last active September 4, 2020 14:07
Show Gist options
  • Save id4ehsan/936fde96e8d5fbd542b00aad0fa1a22f to your computer and use it in GitHub Desktop.
Save id4ehsan/936fde96e8d5fbd542b00aad0fa1a22f to your computer and use it in GitHub Desktop.
regex patttern
function prototype pattern
([a-z]+)( +[a-z]+){0,1}\s+((\*)?[a-z0-9_]+)\s*\(.*\);
cbi\((.+),(.+)\)
\1 &= ~(1<<\2)
_BV\((.*)\)
(1<<\1)
uint8_t
unsigned char
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment