In Microsoft Visual Basic ctype is a function that returns the result of explicitly converting an expression to a specified data type, object, structure, class, or interface.
I have some code in C that expects char buffer that looks like this: char buf[ 64 ]; buf[0] = 0x01; buf[1] = 0x11; …
python c ctype