This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Output File size ?

Hi All!
Any idea why:

#include <stdio.h>

void main (void)
{
printf("A");
}

after compeling I'v got 1017 bytes ?
It's a half of my a89c2051 memory :-)

Any ideas ?

0