Skip to content

Instantly share code, notes, and snippets.

@nickvanw
Created April 3, 2015 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickvanw/ce02d3b7233562e66006 to your computer and use it in GitHub Desktop.
Save nickvanw/ce02d3b7233562e66006 to your computer and use it in GitHub Desktop.
package cbzip2
/*
#cgo CFLAGS: -Werror=implicit
#include "bzip2/bzlib.h"
*/
import "C"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment