Skip to content
Snippets Groups Projects
Verified Commit 8f928aa6 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

typo

parent adf393af
Branches
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ void initialize_to(int32_t *p, size_t size, int32_t val) {
## Implémenter la fonction ci-dessous
```C
// alloue un tableau de taille 50 et l'initilise à -1
// alloue un tableau de taille 50 et l'initialise à -1
int32_t *p = initialize_to(p, 50, -1);
free(p); // ne pas oublier
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment