]> Cypherpunks repositories - gostls13.git/commit
cgocall bug fix.
authorRuss Cox <rsc@golang.org>
Tue, 25 Aug 2009 04:16:15 +0000 (21:16 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 25 Aug 2009 04:16:15 +0000 (21:16 -0700)
commit75a38963ca9144cbbc55ef32c25b020e668eeb40
tree2ff53a077a959f063554685484c44a4ecec1e2d1
parent429157848f5ceae2572a7959ef38849cedcc2dde
cgocall bug fix.

better FFI demo: compute fibonacci numbers using FFI'ed libgmp.

R=r
DELTA=281  (255 added, 19 deleted, 7 changed)
OCL=33815
CL=33820
src/libcgo/cgocall.c
usr/rsc/gmp/6c.c [new file with mode: 0644]
usr/rsc/gmp/Makefile [new file with mode: 0644]
usr/rsc/gmp/gcc.c [new file with mode: 0644]
usr/rsc/gmp/go.go [new file with mode: 0644]
usr/rsc/gmp/main.go [new file with mode: 0644]