comparison shell/shdc/shdc.c @ 1:5e159be89d73

- ruby and sh binding updates for dc r0.9
author cslag
date Thu, 31 Dec 2015 20:17:37 +0100
parents 0cfcc391201f
children 681db37a300c
comparison
equal deleted inserted replaced
0:0cfcc391201f 1:5e159be89d73
1 /* 1 /*
2 Package: dyncall 2 Package: dyncall
3 File: bindings/shell.c 3 File: bindings/shell.c
4 Description: printf(1) style function call mechanism 4 Description: printf(1) style function call mechanism
5 License: 5 License:
6 Copyright (c) 2007-2014 Daniel Adler <dadler@uni-goettingen.de>, 6 Copyright (c) 2007-2015 Daniel Adler <dadler@uni-goettingen.de>,
7 Tassilo Philipp <tphilipp@potion-studios.com> 7 Tassilo Philipp <tphilipp@potion-studios.com>
8 8
9 Permission to use, copy, modify, and distribute this software for any 9 Permission to use, copy, modify, and distribute this software for any
10 purpose with or without fee is hereby granted, provided that the above 10 purpose with or without fee is hereby granted, provided that the above
11 copyright notice and this permission notice appear in all copies. 11 copyright notice and this permission notice appear in all copies.
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.8" 29 #define SHDC_VERSION "0.9"
30 30
31 31
32 void usage(const char* s) 32 void usage(const char* s)
33 { 33 {
34 printf( 34 printf(