memononen / nanosvg

Simple stupid SVG parser
zlib License
1.71k stars 363 forks source link

A couple of changes I need for Mame integration #67

Open galibert opened 8 years ago

technosaurus commented 8 years ago

Why is stdio.h included at all?

darealshinji commented 7 years ago

@technosaurus stdio.h is needed for fread(), fwrite() and fclose().