blob: d22c333f5d5630d0f549cfbb62d98d6f5ee82701 [file] [log] [blame]
#include <clc/clc.h>
#define IMPL(TYPE) \
_CLC_OVERLOAD _CLC_DEF TYPE atom_dec(local TYPE *p) { \
return atom_sub(p, 1); \
}
IMPL(int)
IMPL(unsigned int)