From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Message-ID: From: To: <9fans@cse.psu.edu> Subject: [9fans] starting to write native code Date: Tue, 16 Mar 2004 14:23:59 +0100 Topicbox-Message-UUID: 3132b520-eacd-11e9-9e20-41e7f4b1d025 hi, all! I'm trying to read-in a matrix of floats, rows separated by newline, columns by blanks: 0.000026 0.000019 0.000003 ... 0.000051 0.000022 0.000059 0.000003 ... 0.000033 0.000024 0.000011 0.000053 ... 0.000021 ... my idea is to use s_read_line() and s_parse(), or am I [completely] wrong? Or is Brdline() and strtok() the way? I usually look how others write code, however, i haven't grepped much of those from /sys/src/cmd... so, if somebody could just push me the right direction. thanks, regards, ++pac.