This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Libc support for scanf() with long long type


Hi

The eCos implementation of scanf() does not support the long long type (often 64bit).
It is funny, because printf() handle long long fine, e.g. printf("%lli", ll) works.


I have patched the libc so it does support this type aswell.
Where can I contribute with my patch if anyone is interested?

/Fredrik



--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]