Parent Directory | Revision Log
Imported sources
1 | // Written by Emiliano Mocchiutti |
2 | // |
3 | #define readb2maps readb2maps_ |
4 | extern "C" int readb2maps(char []); |
5 | |
6 | void creadB(const char name[]) { |
7 | readb2maps((char *)name); |
8 | printf("\n\n\n"); |
9 | }; |
10 | |
11 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |