Mercurial > pub > dyncall > bindings
comparison erlang/erldc/c_src/dyncallnif.c @ 11:8070dae59227
- stripped relative path from dyncall #includes
author | cslag |
---|---|
date | Sat, 26 Mar 2016 15:47:53 +0100 |
parents | 0cfcc391201f |
children |
comparison
equal
deleted
inserted
replaced
10:6493c9ed4b33 | 11:8070dae59227 |
---|---|
13 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 13 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
14 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 */ | 15 */ |
16 | 16 |
17 #include "erl_nif.h" | 17 #include "erl_nif.h" |
18 #include "dyncall/dyncall.h" | 18 #include "dyncall.h" |
19 #include "dyncall/dyncall_signature.h" | 19 #include "dyncall_signature.h" |
20 | 20 |
21 #include <string.h> | 21 #include <string.h> |
22 #include <stdio.h> | 22 #include <stdio.h> |
23 | 23 |
24 /************ Begin NIF initialization *******/ | 24 /************ Begin NIF initialization *******/ |