blob: 604b0449310da99cb9291766fc8da20b6cf21bf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
libmpuio (formatted I/O library for LibMPU)
LibMPUIO is a stdio-like input/output library designed for LibMPU.
It provides files, streams, formatted input/output, memory streams,
cookie streams, buffering, positioning, locking, and pipe support.
Text is represented internally as UCS-2 and externally as UTF-8.
printf and scanf functions support standard C objects as well as
arbitrary precision integer, real, and complex LibMPU objects.
The library also provides 8-bit, UCS-2, and UTF-8 string functions
together with strict UTF-8/UCS-2 conversion routines.
LibMPUIO is written in C for numerical and scientific software.
Please read the README.md file for more information.
|