mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
unsigned int format specifier
This commit is contained in:
@@ -42,7 +42,7 @@ int main (void) {
|
|||||||
|
|
||||||
heap_size = _heapmemavail();
|
heap_size = _heapmemavail();
|
||||||
|
|
||||||
printf ( "Main memory has %d bytes available.\n", heap_size );
|
printf ( "Main memory has %u bytes available.\n", heap_size );
|
||||||
|
|
||||||
while ( (int) segment < 0xEFFF ) { // Iterate through 4K memory blocks
|
while ( (int) segment < 0xEFFF ) { // Iterate through 4K memory blocks
|
||||||
if( (int) segment != UNAVAILABLE ) {
|
if( (int) segment != UNAVAILABLE ) {
|
||||||
|
Reference in New Issue
Block a user