Add pip abstraction for sock

This commit is contained in:
2023-01-25 22:52:14 +01:00
parent e721e542f3
commit 299e726341
5 changed files with 92 additions and 40 deletions

View File

@ -65,4 +65,6 @@ int fseekl(FILE *file, long line_num);
long ftelll(FILE *file);
long parse_chunk_header(const char *buf, size_t len, size_t *ret_len);
#endif //SESIMOS_UTILS_H