Cの文字列演算ちょっと気持ちわるいのあるよね(おかげでマクロが捗る)
$ echo $LANG
en_US.UTF-8
$ cat string.c
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
puts("それは" "そうかも" "しれないね");
return 0;
}
$ clang string.c && ./a.out
それはそうかもしれないね
Cの文字列演算ちょっと気持ちわるいのあるよね(おかげでマクロが捗る)
$ echo $LANG
en_US.UTF-8
$ cat string.c
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
puts("それは" "そうかも" "しれないね");
return 0;
}
$ clang string.c && ./a.out
それはそうかもしれないね
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.