X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Fstrtol.cl;h=518eb2909fa102b95ef93f48a3e7136199d98bd3;hb=02210439a5714e29f41c82aa6244abd357e806cc;hp=98131602bc57d65629c8d1e479011af10d08c905;hpb=a6a97b850359b8b6bfce65ee9a8ee78552e4907e;p=uffi.git diff --git a/examples/strtol.cl b/examples/strtol.cl index 9813160..518eb29 100644 --- a/examples/strtol.cl +++ b/examples/strtol.cl @@ -9,7 +9,7 @@ ;;;; ;;;; Copyright (c) 2002 Kevin M. Rosenberg ;;;; -;;;; $Id: strtol.cl,v 1.5 2002/03/10 05:09:00 kevin Exp $ +;;;; $Id: strtol.cl,v 1.6 2002/03/10 11:13:07 kevin Exp $ ;;;; ;;;; This file is part of UFFI. ;;;; @@ -31,7 +31,7 @@ (uffi:def-type char-ptr (* :char)) -;; This example does not use :c-string to pass the input string since +;; This example does not use :cstring to pass the input string since ;; the routine needs to do pointer arithmetic to see how many characters ;; were parsed