10 lines
132 B
C
10 lines
132 B
C
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include "biblio.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
affichePersonnePtr(creePersonnePtr());
|
||
|
return 0;
|
||
|
}
|