On Sat, 13 Jul 2013 10:48:55 +0200 Lionel Cons wrote:
> Does SFIO's sfgetd() have support for C99 printf("%a") format?
both
sfputu()/sfgetu() for integers
and
sfputd()/sfgetd() for floating point
use sfio-specific encodings
sfscanf() handles %a format via ast { strtof strtod strtold strntof strntod
strntold }
all implemented by the libast private header src/lib/libast/sfio/sfstrtof.h
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers