aboutsummaryrefslogtreecommitdiffstats
path: root/src/day.c
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2013-05-04 17:11:33 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2013-05-04 20:32:26 +0200
commitce93fa8adbeb31d160cba198e50e3f828e8def50 (patch)
tree8380e143ab3fec663f284a9e6d958996c2561b75 /src/day.c
parent370c4031be9c921ae54ccb7cafff71d0a2c9b790 (diff)
downloadcalcurse-ce93fa8adbeb31d160cba198e50e3f828e8def50.tar.gz
calcurse-ce93fa8adbeb31d160cba198e50e3f828e8def50.zip
Use a macro to determine the size of arrays
Use following macro instead of "sizeof(x) / sizeof(x[0])" everywhere: #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/day.c')
0 files changed, 0 insertions, 0 deletions