>>886
int data[] = {
#include "data.csv"
};

これは

int data[] = {
1,2,3
4,5,6
};

こうなるけど3の後にカンマいらないの?