Rustでいろいろやってみるテスト
Revision | 8b2d6e766473fc02503e13a2e11e8e54d7886f45 (tree) |
---|---|
Zeit | 2017-04-08 00:45:19 |
Autor | ornse01 <ornse01@user...> |
Commiter | ornse01 |
detailf fix. output format
@@ -33,7 +33,7 @@ EXPORT W MAIN(MESSAGE *msg) | ||
33 | 33 | { |
34 | 34 | printf("test: %d\n", plus_one(2)); |
35 | 35 | printf("test: %d\n", minus_one(2)); |
36 | - printf("test: %d\n", sample_call(2)); | |
36 | + printf("test: %08x\n", sample_call(2)); | |
37 | 37 | |
38 | 38 | return 0; |
39 | 39 | } |