Bash-4.1 distribution source
This commit is contained in:
		
					parent
					
						
							
								89a92869e5
							
						
					
				
			
			
				commit
				
					
						0001803f0b
					
				
			
		
					 252 changed files with 51563 additions and 37176 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| /* strtoimax - convert string representation of a number into an intmax_t value. */ | ||||
| 
 | ||||
| /* Copyright 1999-2005 Free Software Foundation, Inc.
 | ||||
| /* Copyright 1999-2009 Free Software Foundation, Inc.
 | ||||
| 
 | ||||
|    This file is part of GNU Bash, the Bourne Again SHell. | ||||
|     | ||||
|  | @ -28,6 +28,10 @@ | |||
| #  include <inttypes.h> | ||||
| #endif | ||||
| 
 | ||||
| #if HAVE_STDINT_H | ||||
| #  include <stdint.h> | ||||
| #endif | ||||
| 
 | ||||
| #if HAVE_STDLIB_H | ||||
| #  include <stdlib.h> | ||||
| #endif | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Chet Ramey
				Chet Ramey