gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-lib/examples/msxdos/test/test.c
1 #include <gbdk/platform.h>
2 #include <stdio.h>
3 #include <stdlib.h>
4 #include <string.h>
5
6 void main(void) {
7 uint8_t data[32];
8 uint16_t score = 75;
9 printf("%d %s", strlen(uitoa(score, data, 10)), data);
10 }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.