/*
* =====================================================================================
*
* Filename: pythoncpp.cpp
*
* Description:
*
* Version: 1.0
* Created: 2017å¹´08æ11æ¥ 14æ¶22å14ç§
* Last Modified: 2017å¹´08æ11æ¥ 14æ¶22å14ç§
* Revision: none
* Compiler: gcc
*
* Author: zt (),
* Organization:
*
* =====================================================================================
*/
//g++ -fPIC -shared -o a.so pythoncpp.cpp
// use in python:
// import ctypes
// a = ctypes.CDLL('./a.so')
// a.Test()
#include