X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Fatoifl.cl;h=22f597d154e4cf6f26e2eabd36432560836642a0;hb=29dc3a388a41590a7fda00cb6b606ffe03b3c3d6;hp=3db5a8bee4b2599f91bb065b2d547fd4bce1b9e0;hpb=47f88e60899603d0ae74d3ff28cac9852067e3d4;p=uffi.git diff --git a/examples/atoifl.cl b/examples/atoifl.cl index 3db5a8b..22f597d 100644 --- a/examples/atoifl.cl +++ b/examples/atoifl.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: atoifl.cl,v 1.2 2002/03/28 17:11:11 kevin Exp $ +;;;; $Id: atoifl.cl,v 1.3 2002/04/02 21:29:45 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -35,7 +35,7 @@ (uffi:with-cstring (str-cstring str) (c-atoi str-cstring))) -#+test-uffi +#+examples-uffi (progn (flet ((print-results (str) (format t "~&(atoi ~S) => ~S" str (atoi str))))