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. |
||
---|---|---|
.. | ||
c.ml | ||
c.mli | ||
cgen.ml | ||
cmain.ml | ||
csubst.ml |
Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
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. |
||
---|---|---|
.. | ||
c.ml | ||
c.mli | ||
cgen.ml | ||
cmain.ml | ||
csubst.ml |