refactor(test/convert): norming the test of itoa
This commit is contained in:
parent
90d32dca61
commit
faf72b5895
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2025/09/04 16:54:42 by rparodi #+# #+# */
|
/* Created: 2025/09/04 16:54:42 by rparodi #+# #+# */
|
||||||
/* Updated: 2025/09/08 10:09:06 by rparodi ### ########.fr */
|
/* Updated: 2025/09/17 16:40:41 by rparodi ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
const int integer[] = {0, 42, -42, +-42, -2147483648, 2147483647, 13, 7};
|
const int integer[] = {0, 42, -42, + -42, -2147483648, 2147483647, 13, 7};
|
||||||
char result[1024];
|
char result[1024];
|
||||||
size_t i;
|
size_t i;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue