Skip to content

Commit 91c25d5

Browse files
committed
done
1 parent a0aa3ef commit 91c25d5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -301,20 +301,6 @@
301301
<th>Description</th>
302302
</tr>
303303
</thead>
304-
<tbody>
305-
<tr>
306-
<td><a href=ft_atoll.c>ft_atoll</a></td>
307-
<td>Converts the initial part of the string `str` to a long long.<br>
308-
The string may begin with an arbitrary amount of white space
309-
followed by a single optional '+' or '-' sign.<br>
310-
The remainder of the string is converted to a long long
311-
in the obvious manner,
312-
stopping at the first character which is not a valid digit.<br>
313-
If an overflow occurs, LONG_LONG_MAX is returned and errno is set to ERANGE.<br>
314-
If an underflow occurs, LONG_LONG_MIN is returned and errno is set to ERANGE.<br>
315-
</td>
316-
</tr>
317-
</tbody>
318304
<tbody>
319305
<tr>
320306
<td><a href=ft_2d_len.c>ft_2d_len</a></td>
@@ -355,4 +341,18 @@
355341
</td>
356342
</tr>
357343
</tbody>
344+
<tbody>
345+
<tr>
346+
<td><a href=ft_atoll.c>ft_atoll</a></td>
347+
<td>Converts the initial part of the string `str` to a long long.<br>
348+
The string may begin with an arbitrary amount of white space
349+
followed by a single optional '+' or '-' sign.<br>
350+
The remainder of the string is converted to a long long
351+
in the obvious manner,
352+
stopping at the first character which is not a valid digit.<br>
353+
If an overflow occurs, LONG_LONG_MAX is returned and errno is set to ERANGE.<br>
354+
If an underflow occurs, LONG_LONG_MIN is returned and errno is set to ERANGE.<br>
355+
</td>
356+
</tr>
357+
</tbody>
358358
</table>

0 commit comments

Comments
 (0)