|
|
|
|
|
by zabzonk
2026 days ago
|
|
This isn't possible in many cases - consider the simple C library function strlen, one of who's preconditions is that it must only be called on a zero-terminated string. There is no way to write code in strlen to check that this is true. |
|