I'm trying to write a program which reads a file really small size with two number and a character and ouput another file which can have up to 120.000.000 characters. My answer which is the fastest way to achieve this on Linux compiled with gcc i mean shouls i use the stdio library which library is the fastest ot is there something else idon't know which would make everything much faster.
thanks in advance