Parent Directory | Revision Log
Initial revision
1 | mocchiut | 1.1 | // closentuple shared library v. 0.2 |
2 | // Written by Emiliano Mocchiutti | ||
3 | // | ||
4 | #include "ctofstruct.h" | ||
5 | #define cltoflev1 cltoflev1_ | ||
6 | extern "C" int cltoflev1(); | ||
7 | void ccltoflev1(Toflev1 & toflev1) { | ||
8 | extern struct Toflev1 toflev1_; | ||
9 | memcpy(&toflev1_, &toflev1, sizeof(toflev1)); | ||
10 | cltoflev1(); | ||
11 | printf("\n Close rz file! \n\n"); | ||
12 | }; |
ViewVC Help | |
Powered by ViewVC 1.1.23 |