cdef public void cythonFunction (int n): print "=" * n print "inside cython function!!!" print "=" * n