Mercurial > pub > dyncall > bindings
comparison shell/shdc/shdc.c @ 24:681db37a300c
- prep 1.0 release
author | Tassilo Philipp |
---|---|
date | Thu, 19 Apr 2018 18:54:47 +0200 |
parents | 5e159be89d73 |
children | b6114d9a9a98 |
comparison
equal
deleted
inserted
replaced
23:87fd9f34eaa0 | 24:681db37a300c |
---|---|
24 #include "../../dyncall/dynload/dynload.h" | 24 #include "../../dyncall/dynload/dynload.h" |
25 #include "../../dyncall/dyncall/dyncall_signature.h" | 25 #include "../../dyncall/dyncall/dyncall_signature.h" |
26 #include <stdio.h> | 26 #include <stdio.h> |
27 #include <stdlib.h> /* needed on some platforms to make atof work _at_runtime_ */ | 27 #include <stdlib.h> /* needed on some platforms to make atof work _at_runtime_ */ |
28 | 28 |
29 #define SHDC_VERSION "0.9" | 29 #define SHDC_VERSION "1.0" |
30 | 30 |
31 | 31 |
32 void usage(const char* s) | 32 void usage(const char* s) |
33 { | 33 { |
34 printf( | 34 printf( |