Changeset cffi,8 for cffi/src/odbc/ffi-support.lisp
- Timestamp:
- 08/06/2008 03:15:04 AM (18 years ago)
- branch-nick:
- cffi
- revision id:
- dsowen@fugue88.ws-20080806031504-lbax9ukub5ec1i2o
- File:
-
- 1 edited
-
cffi/src/odbc/ffi-support.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cffi/src/odbc/ffi-support.lisp
r5 r8 5 5 6 6 (defun get-string (ptr length) 7 (cffi:foreign-string-to-lisp ptr length nil) 8 ) 7 (cffi:foreign-string-to-lisp ptr :count length)) 9 8 10 9 (defun get-string-nts (ptr) 11 (cffi:foreign-string-to-lisp ptr MOST-POSITIVE-FIXNUM t))10 (cffi:foreign-string-to-lisp ptr :max-chars MOST-POSITIVE-FIXNUM)) 12 11 13 12 (defun put-string (ptr vector)
Note: See TracChangeset
for help on using the changeset viewer.
