mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-21 23:34:44 -08:00
typo in _Generic psuedo
This commit is contained in:
parent
3ab2673fd3
commit
d91d3c6b6f
@ -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, \
|
||||||
|
Loading…
Reference in New Issue
Block a user