parent
7ea63d7b01
commit
1cbb1889d8
@ -0,0 +1,7 @@
|
||||
#include "sae.h"
|
||||
|
||||
VilleIut ajouterDepartement(VilleIut iut, char nom[30], char resp[30], int nbP)
|
||||
{
|
||||
iut.ldept = ajouterDept(iut.ldept, nom, resp, nbP);
|
||||
return iut;
|
||||
}
|
Loading…
Reference in new issue