Skip to content

Commit dcb622b

Browse files
committed
Update readme file
1 parent 518888a commit dcb622b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ class long_int_t; // signed integer
2020
```
2121
where native_t may be one of base unsigned type and size must by power of two.
2222
## Implementation
23-
* [long_int.h](include/slimcpplib/long_int.h) - long signed integer class
24-
* [long_uint.h](include/slimcpplib/long_uint.h) - long unsigned integer class
25-
* [long_math.h](include/slimcpplib/long_math.h) - crossplatform helper classes and functions
26-
* [long_math_gcc.h](include/slimcpplib/long_math_gcc.h) - GCC, CLANG helper classes and functions
27-
* [long_math_msvc.h](include/slimcpplib/long_math_msvc.h) - MSVC helper classes and functions
23+
* [long_int.h](include/slimcpplib/long_int.h) - signed long integer class
24+
* [long_uint.h](include/slimcpplib/long_uint.h) - unsigned long integer class
25+
* [long_math.h](include/slimcpplib/long_math.h) - cross-platform helper classes and functions
26+
* [long_math_gcc.h](include/slimcpplib/long_math_gcc.h) - GCC, CLANG helper classes and functions (Could be completely removed if irrelevant)
27+
* [long_math_msvc.h](include/slimcpplib/long_math_msvc.h) - MSVC helper classes and functions (Could be completely removed if irrelevant)
2828
## Integration
2929
The library implements four predefined types: uint128_t, uint256_t, int128_t, int256_t. You can use them in you project by include code below:
3030
```c++

0 commit comments

Comments
 (0)