buildtools/gcc/libatomic/fnand_n.c
2013-06-05 18:35:38 +02:00

4 lines
66 B
C

#define NAME nand
#define OP(X,Y) ~((X) & (Y))
#include "fop_n.c"