aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/ethereum/serpent-go/cpp/api.h
blob: 235b5eb4a1fff14b79e21db644a39b4d3f480ee8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef CPP_API_H
#define CPP_API_H

#ifdef __cplusplus
extern "C" {
#endif

const char *compileGo(char *code, int *err);

#ifdef __cplusplus
}
#endif
 
#endif