Skip to content

Instantly share code, notes, and snippets.

@tav
Created July 7, 2009 17:53
Show Gist options
  • Select an option

  • Save tav/142244 to your computer and use it in GitHub Desktop.

Select an option

Save tav/142244 to your computer and use it in GitHub Desktop.
#include "naaga.h"
#define EXPORT __attribute__((visibility("default")))
EXPORT
char *RPython_StartupCode() {
}
EXPORT
long interpret(char *foo, char *bar) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment