|
|
back to boardstrrev() is restricted??? the code: #include <string.h> int main(void) { char *s = "abc"; char *p = strrev(s); return 0; } gives CE Re: strrev() is restricted??? I think it means that you should not use this function... Write it yourself! |
|
|