Parent Directory | Revision Log
Imported sources
1 | mocchiut | 1.1 | // |
2 | // Written by Emiliano Mocchiutti | ||
3 | // | ||
4 | #include "cacstruct.h" | ||
5 | #define opaclev1 opaclev1_ | ||
6 | extern "C" int opaclev1(char []); | ||
7 | void copaclev1(const char name[200]) { | ||
8 | printf("Open file \n\n %s \n\n",name); | ||
9 | opaclev1((char *)name); | ||
10 | printf(" ...done!\n\n"); | ||
11 | }; |
ViewVC Help | |
Powered by ViewVC 1.1.23 |