changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/std/alien.lisp

revision 263: b7183bfd7107
parent 238: 6fa723592550
child 277: 10faf95f90dd
     1.1--- a/lisp/std/alien.lisp	Thu Apr 04 21:43:20 2024 -0400
     1.2+++ b/lisp/std/alien.lisp	Fri Apr 05 19:47:17 2024 -0400
     1.3@@ -1,5 +1,7 @@
     1.4 ;;; alien.lisp --- foreign alien friends
     1.5 
     1.6+;; 
     1.7+
     1.8 ;;; Commentary:
     1.9 
    1.10 ;; FFI in Lisp is somewhat different than FFI in other host langs. As