Dépôt Heptagon avec modifications pour asynchrone
2956e6feb4
It should be f(int a[5]) instead of f(int *a) because the second one does not scale for multidimensional arrays, eg g(int b[10][5]) is ok but g(int **b) is not. |
||
---|---|---|
compiler | ||
examples | ||
lib | ||
test | ||
tools | ||
.gitignore | ||
heptc |