Changeset 23de644 in mainline for uspace/app/sbi/src/builtin/bi_fun.c
- Timestamp:
- 2010-04-04T22:31:01Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 074444f, ecb6ac32
- Parents:
- 3aae4e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/builtin/bi_fun.c
r3aae4e8 r23de644 32 32 #include <stdlib.h> 33 33 #include <assert.h> 34 #include "../bigint.h" 34 35 #include "../builtin.h" 35 36 #include "../list.h" … … 107 108 switch (var->vc) { 108 109 case vc_int: 109 printf("%d\n", var->u.int_v->value); 110 bigint_print(&var->u.int_v->value); 111 putchar('\n'); 110 112 break; 111 113 case vc_string:
Note:
See TracChangeset
for help on using the changeset viewer.