mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
![]() The tcc compiler does not have __builtin_bswap64, __builtin_bswap32, and __builtin_bswap16 functions. The various hton and ntoh macros resolve down to these functions. When compiling with tcc, we should be using the analogous functions from net.conv. |
||
---|---|---|
.. | ||
loop_default.c.v | ||
loop_freebsd.c.v | ||
loop_linux.c.v | ||
loop_macos.c.v | ||
picoev.v | ||
README.md | ||
socket_util.c.v |