|
|
|
|
|
by funny_falcon
1816 days ago
|
|
strcpy - is a standard library issue, not language one.
Most C projects creates their own "string handling" routines. It is pity there is no alternative "standard library" with safer data struct and operations. There are some attempts, for example, relatively wildly known klib: https://github.com/attractivechaos/klib |
|