mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:47:34 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -16,10 +16,10 @@ __BEGIN_DECLS
|
|||
#define INET_ADDRSTRLEN 16
|
||||
#define INET6_ADDRSTRLEN 46
|
||||
|
||||
const char* inet_ntop(int af, const void* src, char* dst, socklen_t);
|
||||
int inet_pton(int af, const char* src, void* dst);
|
||||
char const* inet_ntop(int af, void const* src, char* dst, socklen_t);
|
||||
int inet_pton(int af, char const* src, void* dst);
|
||||
|
||||
static inline int inet_aton(const char* cp, struct in_addr* inp)
|
||||
static inline int inet_aton(char const* cp, struct in_addr* inp)
|
||||
{
|
||||
return inet_pton(AF_INET, cp, inp);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue