rockbox/apps/plugins/sudoku
Nils Wallménius 3d4701a6e4 FS#10080
* Move strncpy() from core to the pluginlib
* Introduce strlcpy() and use that instead in most places (use memcpy in a few) in core and some plugins
* Drop strncpy() from the codec api as no codec used it
* Bump codec and plugin api versions


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21863 a1c6a512-1295-4272-9138-f99709370657
2009-07-14 13:57:45 +00:00
..
generator.c Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected. 2009-06-07 21:27:05 +00:00
generator.h
SOURCES
sudoku.c FS#10080 2009-07-14 13:57:45 +00:00
sudoku.h Correct return value when quit sudoku from the menu. 2009-07-11 13:35:08 +00:00
sudoku.make Added 'keywords' and 'eol-style' properties. 2008-11-25 19:54:23 +00:00
templates.c
templates.h