"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "ocre-0.029/ocre/src/asocia.h" of archive ocre_v0_029.tgz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1
2 void leeT1 (char * dir, char * nf, char *** pt0, int * pnl) ;
3
4 void leeT2 (char * dir, char * nf, char *** pt0, char *** pt1, int * pnl) ;
5
6 void leeT3 (char * dir, char * nf,
7 char *** pt0, char *** pt1, char *** pt2, int * pnl) ;
8
9
10 int asocT1 (char * nm0, char ** t0, int nl) ;
11
12 // nm0 entrada, nm1 salida
13 int asocT2 (char * nm0, char * nm1, char ** t0, char ** t1, int nl) ;
14
15 // nm0 entrada, nm1 y nm2 salidas
16 int asocT3 (char * nm0, char * nm1, char * nm2,
17 char ** t0, char ** t1, char ** t2, int nl) ;
18
19