mirror of
https://github.com/cc65/cc65.git
synced 2024-11-15 11:05:56 +00:00
unsigned int format specifier
This commit is contained in:
parent
5dd952ba8c
commit
d6fe34107e
@ -42,7 +42,7 @@ int main (void) {
|
||||
|
||||
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
|
||||
if( (int) segment != UNAVAILABLE ) {
|
||||
|
Loading…
Reference in New Issue
Block a user