
`guild compile-ffi' can be used to compile .ffi files to .scm and .go:

  $ guild compile-ffi ffi/cairo.ffi
  compiling `cairo.ffi' ...
  ... wrote `cairo.scm'
  compiling `cairo.scm' ...
  ... wrote `cairo.scm.go'


MISSING:
1) some types used in C: long long, unsigned long long, long double


Copyright (C) 2018-2020 Matthew R. Wette

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.
