Fast C99 header-only library for parsing floats and doubles
Single-header C99 accelerated float/double parsing
ffc.h$ #include "ffc.h"
float result = ffc_strtof("3.14159", NULL);$ double value = ffc_strtod("2.718281828", NULL);$ gcc -I/usr/local/include myprogram.c -o myprogram