mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-10-30 22:40:54 -07:00 
			
		
		
		
	typo in _Generic psuedo
This commit is contained in:
		| @@ -97,7 +97,7 @@ For this library's purposes we'll be using the functional macro equivalent *(if | |||||||
|  |  | ||||||
| ```c | ```c | ||||||
| #define macro_that_uses_selector_arg_for_resolving_a_fucntion( selecting_exp) \ | #define macro_that_uses_selector_arg_for_resolving_a_fucntion( selecting_exp) \ | ||||||
| _Generic( (arg),                                                              \ | _Generic( (selecting_exp),                                                    \ | ||||||
|     int            : func_use_int,                                            \ |     int            : func_use_int,                                            \ | ||||||
|     double         : func_use_double,                                         \ |     double         : func_use_double,                                         \ | ||||||
|     struct Whatnot : func_use_Whatnot,                                        \ |     struct Whatnot : func_use_Whatnot,                                        \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user