File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 301
301
<th>Description</th>
302
302
</tr>
303
303
</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>
318
304
<tbody>
319
305
<tr>
320
306
<td><a href=ft_2d_len.c>ft_2d_len</a></td>
355
341
</td>
356
342
</tr>
357
343
</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>
358
358
</table >
You can’t perform that action at this time.
0 commit comments