X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fgetenv.lisp;h=aba9b6ebf7c173e0031fae677e82bd865f10f3b3;hb=65e2a75247b894d1f562102ef1df77c7060b5048;hp=0a64fc4eccbe12b6f5e6afd65e1ae0476724fbdc;hpb=5adb58ea9a2b4f0af8789ce6ac722253e1aa6153;p=uffi.git diff --git a/tests/getenv.lisp b/tests/getenv.lisp index 0a64fc4..aba9b6e 100644 --- a/tests/getenv.lisp +++ b/tests/getenv.lisp @@ -2,21 +2,18 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; Name: getenv.cl +;;;; Name: getenv.lisp ;;;; Purpose: UFFI Example file to get environment variable ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: getenv.lisp,v 1.3 2003/05/01 23:31:40 kevin Exp $ +;;;; $Id: getenv.lisp,v 1.4 2003/08/13 18:53:42 kevin Exp $ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg ;;;; -;;;; UFFI users are granted the rights to distribute and use this software -;;;; as governed by the terms of the Lisp Lesser GNU Public License -;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package :uffi-tests) +(in-package #:uffi-tests) (uffi:def-function ("getenv" c-getenv)