from Python to this structure in C? I need this to reimplement certain Python functions that expect a bytes argument.
struct pb {
size_t length;
char * data;
};
Penny for your thoughts everyone
use struct lib from python i guess
Обсуждают сегодня