* cygwin.din: export strtoll and strtoull

This commit is contained in:
Christopher Faylor
2001-10-01 19:47:37 +00:00
parent 5665b0e1d0
commit 47af76d8c8
2 changed files with 8 additions and 0 deletions

View File

@@ -789,8 +789,12 @@ strtok_r
_strtok_r = strtok_r
strtol
_strtol = strtol
strtoll
_strtoll = strtoll
strtoul
_strtoul = strtoul
strtoull
_strtoull = strtoull
strupr
_strupr = strupr
strxfrm