From 1d09275ba4988df5e5e20abccf10fa072f317105 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Wed, 15 Sep 2021 21:33:16 -0500 Subject: [PATCH] Add todo for the macro --- src/coffi/ffi.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coffi/ffi.clj b/src/coffi/ffi.clj index cb4bea4..6dac369 100644 --- a/src/coffi/ffi.clj +++ b/src/coffi/ffi.clj @@ -447,6 +447,7 @@ (s/cat :arglist (s/coll-of simple-symbol? :kind vector?) :body (s/* any?))))) +;; TODO(Joshua): Finish this (defmacro defcfn {:arglists '([name docstring? symbol arg-types ret-type arglist & body])} [& args]