AndreRenaud / PDFGen

Simple C PDF Writer/Generation library
The Unlicense
504 stars 120 forks source link

use standard int types #100

Closed JulianGmp closed 3 years ago

JulianGmp commented 3 years ago

Use standard int types such as uint32_t instead of int types through keywords like unsigned int

Related to PR #99