Return the
Function:
(defun input-files-preprocess-arg-std (ienv) (declare (xargs :guard (ienvp ienv))) (let ((__function__ 'input-files-preprocess-arg-std)) (declare (ignorable __function__)) (b* (((ienv ienv) ienv)) (c::version-case ienv.version :c17 "-std=c17" :c23 "-std=c23" :c17+gcc "-std=gnu17" :c23+gcc "-std=gnu23"))))
Theorem:
(defthm stringp-of-input-files-preprocess-arg-std (b* ((preprocess-arg (input-files-preprocess-arg-std ienv))) (stringp preprocess-arg)) :rule-classes :rewrite)