* cygwin.din: Reflect name change from strtodf to strtof. Export strtof.

* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Christopher Faylor
2002-12-06 19:48:03 +00:00
parent c049dd5a78
commit 11b087d571
3 changed files with 11 additions and 3 deletions

View File

@@ -844,8 +844,9 @@ strstr
_strstr = strstr
strtod
_strtod = strtod
strtodf
_strtodf = strtodf
strtof
strtodf = strtof
_strtodf = strtof
strtok
_strtok = strtok
strtok_r