fb39ca4 / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Some cstdlib calls do not use picoc's stdio #133

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Calling scanf() ends up using fscanf(stdin, ...) instead of picoc's 
PlatformGetCharacter(). This means that porting to a new platform won't 
necessarily have the expected result.

Original issue reported on code.google.com by zik.sale...@gmail.com on 7 Jun 2011 at 11:15