Function: notzerop
notzerop is a byte-compiled function defined in hangul.el.gz.
Signature
(notzerop NUMBER)
Source Code
;; Defined in /usr/src/emacs/lisp/leim/quail/hangul.el.gz
(defsubst notzerop (number)
(not (zerop number)))
notzeropnotzerop is a byte-compiled function defined in hangul.el.gz.
(notzerop NUMBER)
;; Defined in /usr/src/emacs/lisp/leim/quail/hangul.el.gz
(defsubst notzerop (number)
(not (zerop number)))