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

4 lines
64 B
C

#define NAME sub
#define OP(X,Y) ((X) - (Y))
#include "fop_n.c"