> my question is, therefore, how do i specify a ctypes wrapper around
> the standard int main(int argc, char *argv[]) which i am (obviously)
> going to move to a (new) c library?

Maybe I missing something here but libraries don't have a main()
function. The main() function is the entry point of a program. Libraries
have different means for initialization.

Christian

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to