I have a basic example working of calling back into go from C. If I have a 
C function as:

func Add(a, b C.Int) C.Int {
return a + b
}

Where is the mapping of C type to C.<type> when I want to pass additional 
types to Go :

1. Unsigned int
2. char
3. double
4. string
5. short
etc...


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to