X-Git-Url: http://git.kpe.io/?p=uffi.git;a=blobdiff_plain;f=tests%2Fstrtol.lisp;h=b9b73bd805410ff22f7eb92723ce17ee2b39b1bd;hp=c3bfe1393d936d0b064b12b3054ecf125399e866;hb=7004c2691d5695471c7bce9d62b82a1914cf05a2;hpb=5a7117c2a750662b4ecd36c62c7c073d76f64b4e diff --git a/tests/strtol.lisp b/tests/strtol.lisp index c3bfe13..b9b73bd 100644 --- a/tests/strtol.lisp +++ b/tests/strtol.lisp @@ -25,6 +25,7 @@ ((nptr char-ptr) (endptr (* char-ptr)) (base :int)) + :module "c" :returning :long) (defun strtol (str &optional (base 10))