Changes in uspace/app/sbi/src/bigint.c [0a520db:09ab0a9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/bigint.c
r0a520db r09ab0a9a 379 379 printf("Convert bigint to string.\n"); 380 380 #endif 381 static_assert(BIGINT_BASE >= 10 , "");381 static_assert(BIGINT_BASE >= 10); 382 382 383 383 /* Compute number of characters. */
Note:
See TracChangeset
for help on using the changeset viewer.