This commit is contained in:
PlexSheep 2023-01-29 22:45:29 +01:00 committed by GitHub
parent 8c18745689
commit 0659fddf11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ I have spent some time building a CMakeLists.txt. You can compile all source cod
### Note:
`scanf()` is not inherently unsafe, but must be handled very careful and isn't recommended by most, so i have
chosen to classify it as unsafe. If you know exactly what you are doing using `scanf()` seems to be acceptable.
chosen to classify it as unsafe. If you know exactly what you are doing, using `scanf()` seems to be acceptable.
I consider the use of `scanf()` to be bad practice.