|
9ec149a12d
|
Main: include/kernaux/ntoa.h: Protect from too long prefix
|
2022-06-01 15:46:14 +03:00 |
|
|
ff29456300
|
Main: include/kernaux/ntoa.h: Add binary functions "kernaux_[u|i]toa2"
|
2022-05-30 23:11:16 +03:00 |
|
|
673f7c4b37
|
Main: include/kernaux/ntoa.h: Add octal functions "kernaux_[u|i]toa8"
|
2022-05-30 22:33:53 +03:00 |
|
|
f1e773f6fd
|
Main: include/kernaux/ntoa.h: functions "kernaux_[u|i]toa16" put default prefix
|
2022-05-30 17:04:54 +03:00 |
|
|
11df5e4693
|
Main: include/kernaux/ntoa.h: Return "char *"
|
2022-05-30 16:38:50 +03:00 |
|
|
60ddd1913f
|
Main: include/kernaux/ntoa.h: Renamed constants
|
2022-05-30 16:28:46 +03:00 |
|
|
68dc376052
|
Main: include/kernaux/ntoa.h: Make constants more readable
|
2022-05-30 15:07:35 +03:00 |
|
|
2129255b5a
|
Common: include/ntoa.h: Functions "kernaux_utoa" and "kernaux_itoa" receive prefix
|
2022-05-30 12:49:58 +03:00 |
|
|
396bbd92c1
|
Test ntoa assertions
|
2022-01-24 21:52:12 +05:00 |
|
|
c86a1807b1
|
Define constants
|
2022-01-24 21:30:58 +05:00 |
|
|
05719e8b40
|
Make func "kernaux_itoa" public
|
2022-01-24 21:25:01 +05:00 |
|
|
5c59abb6c5
|
Make func "kernaux_utoa" public
|
2022-01-24 08:32:13 +05:00 |
|
|
7ecbdd7c54
|
Add consts "KERNAUX_UTOA10_BUFFER_SIZE" and "KERNAUX_UTOA16_BUFFER_SIZE"
|
2022-01-24 02:59:54 +05:00 |
|
|
92ecb5f7eb
|
Add funcs "kernaux_utoa16" and "kernaux_itoa16"
|
2022-01-24 02:47:39 +05:00 |
|
|
81f89a65b1
|
Rename const "KERNAUX_ITOA_BUFFER_SIZE" to "KERNAUX_ITOA10_BUFFER_SIZE"
|
2022-01-24 01:43:32 +05:00 |
|
|
8ee52159f4
|
Rename module "src/itoa.c" to "src/ntoa.c"
|
2022-01-19 15:35:02 +05:00 |
|