diff options
author | Darren Bane <darren.bane@emdalo.com> | 2021-02-03 13:37:05 +0000 |
---|---|---|
committer | Darren Bane <darren.bane@emdalo.com> | 2021-02-03 13:37:05 +0000 |
commit | 7d8b2e2771e285aeac26e56feafdbf4eb155ab38 (patch) | |
tree | 942623117da0e15ddfa8191e5a0c9fb042c4c698 /cxdrt.lisp | |
parent | 9afa76a988bc71737cb167b340bd2973a7aaaa2a (diff) | |
parent | dbb7e6694c351ea0bd78d8405e5fe852f6de04b2 (diff) | |
download | lsp-7d8b2e2771e285aeac26e56feafdbf4eb155ab38.tar.gz |
Merge branch 'master' of tilde.institute:public_repos/lsp
Diffstat (limited to 'cxdrt.lisp')
-rw-r--r-- | cxdrt.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cxdrt.lisp b/cxdrt.lisp index 6c84657..3e95334 100644 --- a/cxdrt.lisp +++ b/cxdrt.lisp @@ -1,3 +1,6 @@ +;;; Depends on the "frpc" package from QuickLisp +(ql:quickload "frpc") + (defun xwrt (fname) (with-open-file (f fname :direction :output :if-exists :supersede :element-type '(unsigned-byte 8)) (frpc:write-xtype :int32 f 1234) |