1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-09-04 22:48:08 -04:00
Commit graph

19 commits

Author SHA1 Message Date
Alex Kotov
9ec149a12d
Main: include/kernaux/ntoa.h: Protect from too long prefix 2022-06-01 15:46:14 +03:00
Alex Kotov
ff29456300
Main: include/kernaux/ntoa.h: Add binary functions "kernaux_[u|i]toa2" 2022-05-30 23:11:16 +03:00
Alex Kotov
673f7c4b37
Main: include/kernaux/ntoa.h: Add octal functions "kernaux_[u|i]toa8" 2022-05-30 22:33:53 +03:00
Alex Kotov
f1e773f6fd
Main: include/kernaux/ntoa.h: functions "kernaux_[u|i]toa16" put default prefix 2022-05-30 17:04:54 +03:00
Alex Kotov
11df5e4693
Main: include/kernaux/ntoa.h: Return "char *" 2022-05-30 16:38:50 +03:00
Alex Kotov
60ddd1913f
Main: include/kernaux/ntoa.h: Renamed constants 2022-05-30 16:28:46 +03:00
Alex Kotov
2129255b5a
Common: include/ntoa.h: Functions "kernaux_utoa" and "kernaux_itoa" receive prefix 2022-05-30 12:49:58 +03:00
Alex Kotov
fdedd2574d
Main: tests/test_ntoa.c: DRY test 2022-05-30 11:36:18 +03:00
Alex Kotov
d3a2cc513a
Try to fix tests on CI (they work locally) 2022-01-24 22:05:36 +05:00
Alex Kotov
f381268d29
Try to fix tests on CI (they work locally) 2022-01-24 22:03:36 +05:00
Alex Kotov
396bbd92c1
Test ntoa assertions 2022-01-24 21:52:12 +05:00
Alex Kotov
c86a1807b1
Define constants 2022-01-24 21:30:58 +05:00
Alex Kotov
ed5ba41260
Improve tests 2022-01-24 21:27:44 +05:00
Alex Kotov
05719e8b40
Make func "kernaux_itoa" public 2022-01-24 21:25:01 +05:00
Alex Kotov
5c59abb6c5
Make func "kernaux_utoa" public 2022-01-24 08:32:13 +05:00
Alex Kotov
7ecbdd7c54
Add consts "KERNAUX_UTOA10_BUFFER_SIZE" and "KERNAUX_UTOA16_BUFFER_SIZE" 2022-01-24 02:59:54 +05:00
Alex Kotov
92ecb5f7eb
Add funcs "kernaux_utoa16" and "kernaux_itoa16" 2022-01-24 02:47:39 +05:00
Alex Kotov
81f89a65b1
Rename const "KERNAUX_ITOA_BUFFER_SIZE" to "KERNAUX_ITOA10_BUFFER_SIZE" 2022-01-24 01:43:32 +05:00
Alex Kotov
8ee52159f4
Rename module "src/itoa.c" to "src/ntoa.c" 2022-01-19 15:35:02 +05:00
Renamed from tests/test_itoa.c (Browse further)