X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fstrtol.cl;h=3655dd0d62a5a226cd9a8b05c6b1df862162e33f;hb=bc5968d54cee0416db7db9ee2c7295489170bccf;hp=850542223cd606a6659aeb943603c740a43d549d;hpb=a395c2892f8bbf8e94f3d1e35b6f24f5c4659b64;p=uffi.git diff --git a/tests/strtol.cl b/tests/strtol.cl index 8505422..3655dd0 100644 --- a/tests/strtol.cl +++ b/tests/strtol.cl @@ -9,7 +9,7 @@ ;;;; ;;;; Copyright (c) 2002 Kevin M. Rosenberg ;;;; -;;;; $Id: strtol.cl,v 1.1 2002/03/09 19:55:33 kevin Exp $ +;;;; $Id: strtol.cl,v 1.2 2002/03/09 21:19:31 kevin Exp $ ;;;; ;;;; This file is part of UFFI. ;;;; @@ -35,7 +35,7 @@ ;; the routine needs to do pointer arithmetic to see how many characters ;; were parsed -(uffi:def-routine ("strtol" c-strtol) +(uffi:def-function ("strtol" c-strtol) ((nptr (* :char)) (endptr (* char-ptr)) (base :int))