![leitner](/assets/img/avatar_default.png)
remove support for ip6.int reverse lookup in DNS routines (the domain is no longer delegated)
11 lines
116 B
C
11 lines
116 B
C
#include <stdlib.h>
|
|
#ifdef A
|
|
#include <alloca.h>
|
|
#else
|
|
#include <malloc.h>
|
|
#endif
|
|
|
|
main() {
|
|
char* c=alloca(23);
|
|
}
|