mpaland / printf

Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
MIT License
2.47k stars 452 forks source link

for declaration not compatible with C compilers #138

Closed d-vazquez closed 2 years ago

d-vazquez commented 2 years ago

for loop in _out_rev contains declaration of index 'I' inside the for loop, this is not compatible with old C compilers, detaching the declaration to one line before solves the issue.

eyalroz commented 2 years ago

@yoko911 : This repository is inactive; see here. Also, the library requires C99 compatibility.