waf/playground/stpl_c_py_cs_satellite_wix/src/api/test_funi.cpp.stpl

11 lines
165 B
Plaintext
Raw Normal View History

2016-01-03 05:06:44 +01:00
#include <iostream>
#include "funi.h"
using namespace std;
int main()
{
%for i in range(maxfuni):
cout << func{{i}}(2) << endl;
%end
return 0;
}