Update stand.h for changes for strto*l
authorimp <imp@FreeBSD.org>
Wed, 31 Jan 2018 05:07:43 +0000 (05:07 +0000)
committerimp <imp@FreeBSD.org>
Wed, 31 Jan 2018 05:07:43 +0000 (05:07 +0000)
commit086d3e503373da6ae64819f4a5403e2ec33f483d
tree65c8bb694d2fc8d55e607d70b555d0113db80c59
parent623ec8479bd6bbe0b499997c6dbf44f5d492d874
Update stand.h for changes for strto*l

Move prototypes to proper section now that we don't have modified
versions of strtol and strtoul in libsa. Add prototypes for new
strtoll and strtoull. Use prototypes copied from stdlib.h instead of
the old hand-rolled ones.

(I forgot to move this file form my lua branch in r328613)
stand/libsa/stand.h