Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d446d8e + 8582bb1 commit 5588804Copy full SHA for 5588804
1 file changed
Lib/ctypes/_endian.py
@@ -1,7 +1,7 @@
1
import sys
2
from ctypes import *
3
4
-_array_type = type(c_int * 3)
+_array_type = type(Array)
5
6
def _other_endian(typ):
7
"""Return the type with the 'other' byte order. Simple types like
0 commit comments