[funds-cvs] r38 - trunk/funds/src

2 Jul
2007
2 Jul
'07
10:39 p.m.
Author: abaine Date: Mon Jul 2 18:39:54 2007 New Revision: 38 Modified: trunk/funds/src/package.lisp Log: Added stack functions to funds public API. Modified: trunk/funds/src/package.lisp ============================================================================== --- trunk/funds/src/package.lisp (original) +++ trunk/funds/src/package.lisp Mon Jul 2 18:39:54 2007 @@ -2,4 +2,9 @@ (in-package :cl-user) (defpackage :funds - (:use :common-lisp)) + (:use :common-lisp) + (:export :make-stack + :stack-length + :stack-push + :stack-pop + :stack-empty-p))
6576
Age (days ago)
6576
Last active (days ago)
0 comments
1 participants
participants (1)
-
abaine@common-lisp.net