X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Fc-test-fns.cl;h=1bedef93abaa7d247e68217adb2586f69567cb1d;hb=29dc3a388a41590a7fda00cb6b606ffe03b3c3d6;hp=8584b1a57d14d62c385c5e7bd51b599a4ad4cba8;hpb=47f88e60899603d0ae74d3ff28cac9852067e3d4;p=uffi.git diff --git a/examples/c-test-fns.cl b/examples/c-test-fns.cl index 8584b1a..1bedef9 100644 --- a/examples/c-test-fns.cl +++ b/examples/c-test-fns.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: c-test-fns.cl,v 1.4 2002/04/01 04:40:08 kevin Exp $ +;;;; $Id: c-test-fns.cl,v 1.5 2002/04/02 21:29:45 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -77,22 +77,22 @@ (half-double-vector +double-vec-length+ (system:vector-sap vec))) vec)) -#+test-uffi +#+examples-uffi (format t "~&(string-to-upper \"this is a test\") => ~A" (string-to-upper "this is a test")) -#+test-uffi +#+examples-uffi (format t "~&(string-to-upper nil) => ~A" (string-to-upper nil)) -#+test-uffi +#+examples-uffi (format t "~&(string-count-upper \"This is a Test\") => ~A" (string-count-upper "This is a Test")) -#+test-uffi +#+examples-uffi (format t "~&(string-count-upper nil) => ~A" (string-count-upper nil)) -#+test-uffi +#+examples-uffi (format t "~&Half vector: ~S" (test-half-double-vector))