Guest User

Untitled

a guest
Jul 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #ifndef _AFFICHAGE
  2. #define _AFFICHAGE
  3.  
  4. #include "types.h"
  5.  
  6. void printf_Point2D (Point2D p);
  7. void printf_Segment2D (Segment2D s);
  8. void printf_Rectangle2D (Rectangle2D dimension, Point2D point_A, Point2D point_B,Point2D point_C);
  9. void printf_Cercle2D (Cercle2D Cercle);
  10. void printf_ArcDeCercle2D (ArcDeCercle2D ArcDeCercle);
  11.  
  12. #endif
Add Comment
Please, Sign In to add comment