うーん、やっぱり整数のみの気のする
$ cat main.c
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
printf("010: %d\n", 010);
printf("00000.1: %f\n", 00000.1);
return 0;
}
$ clang main.c && ./a.out
010: 8
00000.1: 0.100000
うーん、やっぱり整数のみの気のする
$ cat main.c
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
printf("010: %d\n", 010);
printf("00000.1: %f\n", 00000.1);
return 0;
}
$ clang main.c && ./a.out
010: 8
00000.1: 0.100000
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.