diff options
Diffstat (limited to 'src/iso646/not.c')
| -rw-r--r-- | src/iso646/not.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/iso646/not.c b/src/iso646/not.c new file mode 100644 index 00000000..f0baeb04 --- /dev/null +++ b/src/iso646/not.c @@ -0,0 +1,6 @@ +#include <iso646.h> +#define not ! + +/* +STDC(199409) +*/ |
