guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How do I determine the argument type...


From: Bruce Korb
Subject: How do I determine the argument type...
Date: Fri, 09 May 2003 20:27:59 -0700

The problem is with gh_scm2newstr:

    size_t  len;
    char*   pz = gh_scm2newstr( str, &len );

This is a problem on a platform where the argument is actually
int* and the platform is I32LP64.  i.e., the size_t is 64 bits.
Since other versions of the library use size_t, I think I'm
pretty much hosed without using an scm2newstr_size_t :-(




reply via email to

[Prev in Thread] Current Thread [Next in Thread]