[bionet.molbio.bio-matrix] c language

XIE@nyspi.bitnet (xiaoli) (02/06/91)

I am learning the C language and I don't know how to solve the following proble
m. For example, if one has a inputfile which has following format:

23 45 35 string1 string2  {line 1}
12 5  43 string1 string2 string3 {line 2}
. . . . . .
and if I only want the first two columns of the data. How do I program
this in C language?
language?
Thank you very much for your help.