summaryrefslogtreecommitdiff
path: root/c++/tools/c_rpc_iface.cpp
blob: 3402eec9187a2cec652b18645d6aabeeb92a11d7 (plain)
1
2
3
4
5
6
7
8
#include "c_rpc_iface.hpp"

int main(){


	saw::generate_array_example();
	return 0;
}