aboutsummaryrefslogtreecommitdiffstats
path: root/src/arpa/inet/ntohs.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-20optimise implementations of {hton,ntoh}{s,l,ll}Mattias Andrée1-5/+7
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-16add ntohs, ntohl, ntohll, htons, htonl, and htonllMattias Andrée1-15/+12
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-11-25tell in doc in which version things were introducedMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-19etymology for some functionsMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17split err.cMattias Andrée1-10/+12
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17add macros for abs, labs, llabs, and imaxabsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17split abs.cMattias Andrée1-5/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17inttypes/{{abs => imaxabs},{div => imaxdiv}}.cMattias Andrée1-0/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-10add abs, labs, llabs, and imaxabsMattias Andrée1-16/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add index and rindexMattias Andrée1-6/+15
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add bcopyMattias Andrée1-0/+15
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add memory.hMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdarg.hMattias Andrée1-8/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add assert.hMattias Andrée1-0/+26
Signed-off-by: Mattias Andrée <maandree@operamail.com>