test icmp
Fork of ethspam by
util.h File Reference
Primary utility header. More...
Go to the source code of this file.
Functions | |
| bool | is_nonzero_mem (u8 *start, unsigned int bytes) |
| Is any byte memory at start for bytes nonzero? | |
| bool | is_zero_mem (u8 *start, unsigned int bytes) |
| Are all bytes at start for bytes zero? | |
| bool | is_equal_mem (u8 *a, u8 *b, unsigned int bytes) |
| Are the memory locations at and and b equal for bytes? | |
Detailed Description
Primary utility header.
In addition to providing some utility functions, this file also includes the other utility headers automatically.
Definition in file util.h.
Function Documentation
| bool is_nonzero_mem | ( | u8 * | start, |
| unsigned int | bytes | ||
| ) |
Generated on Fri Jul 15 2022 02:45:18 by
1.7.2
