Browse Source

Update README.md

content-update
Christopher Fremond 3 years ago committed by GitHub
parent
commit
83f3d02087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/atoi/README.md

2
subjects/atoi/README.md

@ -6,7 +6,7 @@
- `Atoi` returns `0` if the `string` is not considered as a valid number. For this exercise **non-valid `string` chains will be tested**. Some will contain non-digits characters.
- For this exercise the handling of the signs + or - **does have** to be taken into account.
- For this exercise the handling of the signs `+` or `-` **does have** to be taken into account.
- This function will **only** have to return the `int`. For this exercise the `error` result of `Atoi` is not required.

Loading…
Cancel
Save