using fscanf within root ...
Denis Bertini (dbertini@in2p3.fr)
Wed, 28 Jan 1998 12:09:06 +0100 (MET)
Dear all,
I was using fscanf extensively in C files and try now to use it
within root system in order to read some infos from ASCII files.
The fscanf standard function seems to be really limited in arguments
within root system:
I was using fscanf with 40 arguments for I/O and does work in C,but
with root the limitation seems to be upto 12 arguments only !
Could someone tell me how to read ASCII files infos within root without
using fscanf std function ?
thanks a lot !