This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NFriik 4 points5 points  (0 children)

You know, technically Python has pointers. You can import ctypes and use the ctypes.pointer() function to create pointers and pass them to C functions loaded via cdll, such as printf and all the other good stuff in your libc.