aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/game.conf
diff options
context:
space:
mode:
authorBlockMen <nmuelll@web.de>2014-04-12 17:39:51 +0200
committerBlockMen <nmuelll@web.de>2014-04-12 17:39:51 +0200
commite149d1ad9a623b9f8ca597839f7b850841c54781 (Diffstat (limited to 'games/minimal/game.conf')
0 files changed, 0 insertions, 0 deletions
>; char buf2[3]; buf2[2] = '\0'; for (unsigned int i = 0; i < data_size; i++) { unsigned char c = (unsigned char)data[i]; buf2[0] = hex_chars[(c & 0xf0) >> 4]; buf2[1] = hex_chars[c & 0x0f];