forked from Bananymous/banan-os
				
			LibC: Don't undef needed values in inttypes.h
This commit is contained in:
		
							parent
							
								
									5c3497681e
								
							
						
					
					
						commit
						1a0d114861
					
				|  | @ -191,9 +191,6 @@ typedef struct | |||
| #define SCNxMAX		__PRI64_PREFIX "x" | ||||
| #define SCNxPTR		__PRIPTR_PREFIX "x" | ||||
| 
 | ||||
| #undef __PRI64_PREFIX | ||||
| #undef __PRIPTR_PREFIX | ||||
| 
 | ||||
| intmax_t	imaxabs(intmax_t); | ||||
| imaxdiv_t	imaxdiv(intmax_t, intmax_t); | ||||
| intmax_t	strtoimax(const char* __restrict nptr, char** __restrict endptr, int base); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue