カーニハン&リッチーは可読性だけで言えば"やばい書き方"も平気でしてるので、こういうのもある
void strcpy (char *s, char *t)
{
while (s++ = t++)
;
}
これその通りで高速だけど、こう書くの楽しいと思うか、こう書かれててメンテつらいしバグの温床と思うか、どうかだよね、、
https://9cguide.appspot.com/c_kandr.html
カーニハン&リッチーは可読性だけで言えば"やばい書き方"も平気でしてるので、こういうのもある
void strcpy (char *s, char *t)
{
while (s++ = t++)
;
}
これその通りで高速だけど、こう書くの楽しいと思うか、こう書かれててメンテつらいしバグの温床と思うか、どうかだよね、、
https://9cguide.appspot.com/c_kandr.html
senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.