Advertisement
KAR98S

all.h

Apr 23rd, 2021
661
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1. #ifndef all_h
  2. #define all_h
  3.  
  4. #include <windows.h>
  5. #include <stdio.h>
  6. #include <stdlib.h>
  7.  
  8. #define true (1)
  9. #define false (0)
  10.  
  11. #include "node.h"
  12. #include "Operations.h"
  13. #include "LinkedListVisualiser.h"
  14.  
  15. #endif
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement