From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vladimir Zhbanov Newsgroups: gmane.lisp.guile.user Subject: Re: Using in C a function defined in guile Date: Sun, 6 Sep 2015 22:44:54 +0300 Message-ID: <20150906194454.GB3117@localhost.localdomain> References: <20150906141001.GA23312@localhost.localdomain> <1872887799.61021.1441555746606.JavaMail.yahoo@mail.yahoo.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1441568715 8497 80.91.229.3 (6 Sep 2015 19:45:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Sep 2015 19:45:15 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Sep 06 21:45:15 2015 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZYfsC-0006t1-JN for guile-user@m.gmane.org; Sun, 06 Sep 2015 21:45:08 +0200 Original-Received: from localhost ([::1]:50364 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYfsC-0004Eo-7Z for guile-user@m.gmane.org; Sun, 06 Sep 2015 15:45:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYfs4-0004EN-1c for guile-user@gnu.org; Sun, 06 Sep 2015 15:45:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYfs0-0004RM-Sd for guile-user@gnu.org; Sun, 06 Sep 2015 15:44:59 -0400 Original-Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:33027) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYfs0-0004RE-Ku for guile-user@gnu.org; Sun, 06 Sep 2015 15:44:56 -0400 Original-Received: by lbcjc2 with SMTP id jc2so30507964lbc.0 for ; Sun, 06 Sep 2015 12:44:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=Z6v2J7Jy0wZ4zWKK+YQzgQsXIEzq0TRmGn8igat4CwI=; b=ylowxAH3v//jOM8cQNnyd9jA6sDuf44QeZcG6MVuZsbZ0guRk1EsudyGLOSIQG0U84 dPIWagkTBM+mDft70QtEZ7tIzlmq8d7mkvm+Ibr7Di/H5ZzPs5HI72Bff43MriFXppDY 15KzoHFnGUKPewfMFwDBD8QwxHE8z3EbV1Z7b3YYPT6GOHVI6RKW0JtKMDhx2lGr6IRm hnyof+qRRioQA0l8isf8bmFKO/h9rCljdPPcFdkrh9UdnyXmkvlnmrmjIjign+qt1Hi1 6tfQeX4pGl60hWCFy0j+ZtiL7ahxDzhziYwo8AQVB8UsG3J/7ygyMwl1gghXQwO0KsvX DwQg== X-Received: by 10.152.25.225 with SMTP id f1mr5918103lag.52.1441568695897; Sun, 06 Sep 2015 12:44:55 -0700 (PDT) Original-Received: from newvzh.vzh ([95.179.53.184]) by smtp.gmail.com with ESMTPSA id lh1sm1755621lab.24.2015.09.06.12.44.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 06 Sep 2015 12:44:55 -0700 (PDT) Original-Received: from vovka by newvzh.vzh with local (Exim 4.85) (envelope-from ) id 1ZYfry-0005sI-CJ for guile-user@gnu.org; Sun, 06 Sep 2015 22:44:54 +0300 Mail-Followup-To: guile-user@gnu.org Content-Disposition: inline In-Reply-To: <1872887799.61021.1441555746606.JavaMail.yahoo@mail.yahoo.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22a X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:12002 Archived-At: Mike, thank you! It seems to be the info I searched for. Thanks, Vladimir