Compare commits
2 Commits
e0a1ee3551
...
fb16ffa056
Author | SHA1 | Date | |
---|---|---|---|
fb16ffa056 | |||
2cb0f8cf31 |
4
LICENSE
4
LICENSE
@ -1,6 +1,6 @@
|
|||||||
ISC License Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
|
ISC License
|
||||||
|
|
||||||
Copyright (c) 1995-2003 by Internet Software Consortium
|
Copyright (c) 2020 by Logen Kain
|
||||||
|
|
||||||
Permission to use, copy, modify, and /or distribute this software for any
|
Permission to use, copy, modify, and /or distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above copyright
|
purpose with or without fee is hereby granted, provided that the above copyright
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
;;;; Make a macro that is like C's printf statement
|
;;;; Make a macro that is like C's printf statement
|
||||||
|
|
||||||
(defmacro printf (string &rest vars)
|
(defmacro printf (string &rest vars)
|
||||||
|
"Pretend to be printf... except preceding dec places"
|
||||||
`(format t ,(printf-to-format string) ,@vars))
|
`(format t ,(printf-to-format string) ,@vars))
|
||||||
|
|
||||||
(defun replace-all (string part replacement &key (test #'char=))
|
(defun replace-all (string part replacement &key (test #'char=))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user