sizeof(c_int*4) # (c_int*4) size
sizeof(POINTER(c_int)) # POINTER size
CFUNCTYPE을 사용할 때는 POINTER를 사용해야 호환된다
'Language > python' 카테고리의 다른 글
| [Language] [IDE] PyCharm Run Path (Working Directory) (0) | 2018.01.05 |
|---|---|
| [python] tornado package (0) | 2018.01.01 |
| [python] == vs is 차이/비교 (0) | 2018.01.01 |
| [python] (1) vs (1,) / tuple (0) | 2018.01.01 |
| [python] File I/O: 'r' vs 'rb' 차이/비교 (0) | 2018.01.01 |
WRITTEN BY
- hojongs
블로그 옮겼습니다 https://hojongs.github.io/




