Skip to content

Instantly share code, notes, and snippets.

@lucindo
Created August 3, 2010 17:17
Show Gist options
  • Save lucindo/506767 to your computer and use it in GitHub Desktop.
Save lucindo/506767 to your computer and use it in GitHub Desktop.
if ((not message and not hamdir and not spamdir) or
(message and (hamdir or spamdir)) or
(not message and ((hamdir and not spamdir) or (spamdir and not hamdir))))
{
usage(argv[0]);
return 1;
}
@ereami
Copy link

ereami commented Aug 3, 2010

Lucindo,

Você precisa disso aqui: http://www.allaboutcircuits.com/vol_4/chpt_7/9.html

:)

@lucindo
Copy link
Author

lucindo commented Aug 3, 2010

hauehuaehuaehuaehuae....

senti muita vergonha disso... tive que compartilhar :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment