Searched defs:st_int (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython2/Modules/ | ||
| D | _struct.c | 68 typedef struct { char c; int x; } st_int; typedef |
| /external/python/cpython3/Modules/ | ||
| D | _struct.c | 75 typedef struct { char c; int x; } st_int; typedef |