Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
RETURNTYPE mName (<optional: paramlist>)
{
RETURNTYPE mName (<optional: paramlist>) {
find PROJECTFOLDER -name "*.c" -exec grep {EXPRESSION} \;
"^CNAME CNAME (.*)[ \t]*$"
[a-zA-Z][a-zA-Z0-9_]*
find $1 -name "*.cc" -exec grep "^[a-zA-Z][a-zA-Z0-9_]* [a-zA-Z][a-zA-Z0-9_]* (.*)[ \t]*$" {} \;
gcc prog.c
nm -g a.out | awk 'NF==3 && $2=="T" && $3 !~ /^_/ { print $3 }'