* cygwin.din: export strtoll and strtoull
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | Mon Oct 1 14:25:00 2001  Charles Wilson  <cwilson@ece.gatech.edu> | ||||||
|  |  | ||||||
|  | 	* cygwin.din: export strtoll and strtoull | ||||||
|  |  | ||||||
| Sun Sep 30 22:51:41 2001  Christopher Faylor <cgf@cygnus.com> | Sun Sep 30 22:51:41 2001  Christopher Faylor <cgf@cygnus.com> | ||||||
|  |  | ||||||
| 	Add "path.h" include throughout, where needed.  Use new path_conv | 	Add "path.h" include throughout, where needed.  Use new path_conv | ||||||
|   | |||||||
| @@ -789,8 +789,12 @@ strtok_r | |||||||
| _strtok_r = strtok_r | _strtok_r = strtok_r | ||||||
| strtol | strtol | ||||||
| _strtol = strtol | _strtol = strtol | ||||||
|  | strtoll | ||||||
|  | _strtoll = strtoll | ||||||
| strtoul | strtoul | ||||||
| _strtoul = strtoul | _strtoul = strtoul | ||||||
|  | strtoull | ||||||
|  | _strtoull = strtoull | ||||||
| strupr | strupr | ||||||
| _strupr = strupr | _strupr = strupr | ||||||
| strxfrm | strxfrm | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user