|
|
|
|
|
by fargle
1552 days ago
|
|
> strcpy in C is Turing complete How so? You've made this claim twice (https://news.ycombinator.com/item?id=27910640), but I can find nothing else to back this up. We know about C++ templates "accidentally" being discovered to be Turing complete, but I've never heard of strcpy() being so... while((*p++=*q++));
... I'm not seeing it.Honest question, can you shed light on how this can be? |
|