A default implementation environment.
(ienv-default) → *
This has no particular significance,
but we set all the byte sizes to their minima,
and the plain
Function:
(defun ienv-default nil (declare (xargs :guard t)) (make-ienv :version (c::version-c17) :short-bytes 2 :int-bytes 2 :long-bytes 4 :llong-bytes 8 :plain-char-signedp nil))