simpletext library
v0.85
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"
Functions | |
char * | float2string (float f, char *s, int ccount, int digits) |
Copyright (c) 2013 Parallax Inc. Author Andy Lindsay Clamp to 6 decimal digits by Steve - buffer must be at least 10 chars.
See end of file for terms of use.
Copyright (c) 2013 Parallax Inc. Author Andy Lindsay Optimized for size using pointers -vs- array by Steve Denson
See end of file for terms of use.