diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-03-17 16:06:10 +0100 |
---|---|---|
committer | Benoit Giannangeli <giann@users.noreply.github.com> | 2017-03-20 07:49:26 +0100 |
commit | 9ac1d380dd1da894c6317845ea3234124663714b (patch) | |
tree | bc53f42224ba595eeba4fb66d5c648ec66ce2171 /sizes.c | |
parent | 54a15b81c50a56c6cecbe99d597b95094427e3c6 (diff) | |
download | fengari-9ac1d380dd1da894c6317845ea3234124663714b.tar.gz fengari-9ac1d380dd1da894c6317845ea3234124663714b.tar.bz2 fengari-9ac1d380dd1da894c6317845ea3234124663714b.zip |
string.pack/unpack/packsize test
Diffstat (limited to 'sizes.c')
-rw-r--r-- | sizes.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sizes.c b/sizes.c deleted file mode 100644 index 647c169..0000000 --- a/sizes.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <stdio.h> - -int main(void) { - - printf("sizeof(char): %lu\nsizeof(short): %lu\nsizeof(long): %lu\nsizeof(size_t): %lu\nsizeof(float): %lu\nsizeof(double): %lu\nsizeof(int): %lu\n", - sizeof(char), sizeof(short), sizeof(long), sizeof(size_t), sizeof(float), sizeof(double), sizeof(int)); - - return 0; -}
\ No newline at end of file |