Skip to content
Snippets Groups Projects
Commit 1f0bc20a authored by paul.albuquer's avatar paul.albuquer
Browse files

Changed fontsize pseudo-code

parent 93b0bf1d
Branches
No related tags found
No related merge requests found
Pipeline #38887 passed
...@@ -861,6 +861,8 @@ node *matrix_to_qt(int nb_li, int nb_co, int matrix[nb_li][nb_co], int depth) { ...@@ -861,6 +861,8 @@ node *matrix_to_qt(int nb_li, int nb_co, int matrix[nb_li][nb_co], int depth) {
. . . . . .
\footnotesize
```C ```C
matrice arbre_vers_matrice(arbre) matrice arbre_vers_matrice(arbre)
matrice = creer_matrice(nb_lignes(arbre), nb_colonnes(arbre)) matrice = creer_matrice(nb_lignes(arbre), nb_colonnes(arbre))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment