Advertisement
clucasg

Untitled

Nov 29th, 2020
608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.50 KB | None | 0 0
  1.  
  2.  
  3.  
  4. // main.c
  5. #include <stdio.h>
  6. #include <string.h>
  7. #include <stdlib.h>
  8. #include "simulation.h"
  9.  
  10. // simulation.c
  11. #include <stdio.h>
  12. #include <stdlib.h>
  13. #include <string.h>
  14. #include "simulation.h"
  15.  
  16. // simulation.h
  17. #include <stdio.h>
  18. #include <stdlib.h>
  19. #include <string.h>
  20.  
  21. #include "calc.h"
  22. #include "fileandplot.h"
  23.  
  24.  
  25. // fileandplot.c
  26. #include <stdio.h>
  27. #include <stdlib.h>
  28. #include "fileandplot.h"
  29.  
  30. // fileandplot.h
  31. #include <stdio.h>
  32. #include <stdlib.h>
  33.  
  34. #include "types.h"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement