Wesley Becker
Results
1
issues of
Wesley Becker
A uint32_t variable is used as an array of uint8_t to try and store an IP address. ```c int8_t socket(uint8_t sn, uint8_t protocol, uint16_t port, uint8_t flag) { CHECK_SOCKNUM(); switch(protocol)...