Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <math.h>
  4. #include <time.h>
  5. #include <stdbool.h>
  6. #include <string.h>
  7.  
  8. void insertfile(FILE *f, dvehicule *dv);
  9.  
  10. void save(FILE *f,dlvehicule *dlv);
  11.  
  12. void lecturefichier(FILE *f, dlvehicule *dlv);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement