Maybe I am dummy, BUT:
if I have a function such as
How do I verify that the *x does NOT point to something that is shorter than xlen bytes?Code:void my_func(char *x, long xlen){
/*
something here
*/
}
I tried searching this forum, but can't seem to find the answer.
CAN I at all verify this???
