sh-ifnotdef:cdecl — immediate primitive
FORTH
#IFNOTDEF ( "word" -- )();p4:"sh-ifnotdef";
#IFNOTDEF ( "word" -- )(
)
better use [DEFINED] word [NOT] [IF] - the word [IF] and [ELSE] are ANSI-conform, while #IFDEF #ELSE are not.