Compare commits
2 Commits
0659fddf11
...
19b960cfa4
Author | SHA1 | Date |
---|---|---|
Christoph J. Scherr | 19b960cfa4 | |
Christoph J. Scherr | 5e3d47d7f4 |
|
@ -17,3 +17,7 @@ I have spent some time building a CMakeLists.txt. You can compile all source cod
|
|||
`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.
|
||||
I consider the use of `scanf()` to be bad practice.
|
||||
|
||||
# Mirrored
|
||||
The origin of this repository is [git.cscherr.de](https://git.cscherr.de/PlexSheep/c-basic.git)
|
||||
It is mirrored to [github](https://github.com/PlexSheep/c-basic)
|
||||
|
|
Loading…
Reference in New Issue