Function: oddp--anon-cmacro
oddp--anon-cmacro is a function defined in subr.el.gz.
Signature
(oddp--anon-cmacro _ INTEGER)
Source Code
;; Defined in /usr/src/emacs/lisp/subr.el.gz
;; Could not find source code, showing raw function object.
#[(_ integer) ((ignore integer) `(not (eq (% ,integer 2) 0))) (t)]