Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > f566bbbcc0b09a440b06a0331e7eaacb > files > 43

ecl-doc-16.1.3-1.mga7.armv7hl.rpm

;;; Copyright (c) 2006, Juan Jose Garcia Ripoll.
;;;
;;; ECL is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Library General Public
;;; License as published by the Free Software Foundation; either
;;; version 2 of the License, or (at your option) any later version.
;;;
;;;     See file '../Copyright' for full details.

(ffi::clines "extern const char *hello_string;")

(ffi::def-foreign-var ("hello_string" +hello-string+) (* :char) nil)

(print (ffi:convert-from-foreign-string +hello-string+))