aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libatomic/fand_n.c
blob: ffe9ed8700fdbe6b4932708d44cd58d9fc01a51b (plain)
1
2
3
#define NAME	and
#define OP(X,Y)	((X) & (Y))
#include "fop_n.c"