Add socket and IPv4 support for x86_64

This commit is contained in:
2025-04-29 01:36:20 -04:00
parent 52a7a909ff
commit b890d54c8f
4 changed files with 263 additions and 2 deletions

5
int.h
View File

@@ -56,6 +56,7 @@ typedef uint32_t uintptr_t;
#endif
#endif
//TODO:
//#ifdef __SIZEOF_SIZE_T__
// TODO:
// size_t, ssize_t, socklen_t
// #ifdef __SIZEOF_SIZE_T__
#endif // !MINIMALINT_H