This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nasty C tricks - shamelessly stolen from: | |
https://gist.github.com/aras-p/6224951 | |
// Just before switching jobs: | |
// Add one of these. | |
// Preferably into the same commit where you do a large merge. | |
// | |
// This started as a tweet with a joke of "C++ pro-tip: #define private public", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Hackaday Trinket Everyday Carry Contest Week 2 drawing! | |
Query the user for minimum and maximum values. | |
*/ | |
#define ARRAY_LEN 25 | |
int getAnInt(); | |