with-c-syntax
with-c-syntax is a fun package which introduces the C language syntax into Common Lisp.
$ area51 add with-c-syntaxCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(with-c-syntax:some-function ...)