* Actually make the output addressing different in the second half, it was
[matthijs/projects/montium-fft.git] / main.cpp
1 #include "FFT.h"\r
2 \r
3 int main(int argc, char* argv[]) {\r
4         init_libmontiumc();\r
5         \r
6         pre_run();\r
7     set_gpi(0, 1);\r
8         run();\r
9         post_run();\r
10         return 0;\r
11 }\r
12 \r