CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/25 16:41:43
Modified files:
games/banner : banner.c
Log message:
- use strtonum(3) instead of atoi(3)
- while here switch main() to return instead of exit(3), makes stack protector
happy.
OK tb@
