Files
clang-p2996/libclc/generic/include/clc/relational/select.h
Peter Collingbourne d5395fbf03 Initial commit.
llvm-svn: 147756
2012-01-08 22:09:58 +00:00

2 lines
42 B
C

#define select(a, b, c) ((c) ? (b) : (a))