Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce POSIX data types and definitions
POSIX provides portable data types for signed and unsigned integer values of different size. This patch maps those POSIX data types to the Tesseract specific types. In a next step, the Tesseract data types can be eliminated by replacing them with the POSIX data types. Use also standard definitions for the printf format specifiers. MS Visual Studio does not support that standard (at least not in older versions), so local definitions are needed there. NULL is standard, so a local definition should not be needed. Signed-off-by: Stefan Weil <sw@weilnetz.de>
- Loading branch information