]> Pileus Git - ~andy/rsl/blob - doc/RSL_hash_table_struct.html
Initial import
[~andy/rsl] / doc / RSL_hash_table_struct.html
1 <head>
2 </head>
3
4 <body>
5 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
6 <hr>
7
8
9 <pre>typedef struct {
10   <a href=RSL_azimuth_hash_struct.html>Azimuth_hash</a> **indexes;
11   int nindexes;
12 } Hash_table;
13 </pre>
14
15 </body>