This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re:Re: inet_aton 0x0 in integer in structure


It is valid ANSI C code and it makes sense. And it is a pointer, like in the header:
extern int inet_aton (const char *__cp, struct in_addr *__inp) __THROW;
The compiler accepted it as well.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]