1 2 3 4 5 6 7 8 9 10 11 12 13
#include "stdlib.h" #include "stdio.h" #include "fishpack.h" int main() { fish_hstcyl (0.0, 1.0, 256, 1, NULL, NULL, 0.0, 1.0, 256, 1, NULL, NULL, 0.0, 0.0, NULL, 0); }