X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=wolf;a=blobdiff_plain;f=resources%2Fdircheck%2Flongline.lisp;fp=resources%2Fdircheck%2Flongline.lisp;h=9ad1fbcb6d7a2d3235ed07dbbd72117bbecb0bfa;hp=0000000000000000000000000000000000000000;hb=32e40fe970531962c4b12e9ff5ae6558995feb62;hpb=4c7b410b80d93e6374344b4f837b33b2b900e24a diff --git a/resources/dircheck/longline.lisp b/resources/dircheck/longline.lisp new file mode 100644 index 0000000..9ad1fbc --- /dev/null +++ b/resources/dircheck/longline.lisp @@ -0,0 +1,3 @@ +(in-package #:nothing) + +(defun hello-world (a b c) (progn (with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create) (when (read-line str) (format t "This file had some things in int, yay!~%")))))