• antma's avatar
    enhance portability (replace void* by char*) · d2460a8a
    antma authored
    When using void pointers in calculations, the behaviour is undefined. Arithmetic operations on 'void *' is a GNU C extension, which defines the 'sizeof(void)' to be 1.
    d2460a8a
net.h 3.51 KB