Advertisement
LucaVinci110898

PathLinux/es11.h

Mar 8th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.27 KB | None | 0 0
  1. #ifndef ES_11_H
  2. #define ES_11_H
  3.  
  4. int cerca_stringa(char testo[], char stringa[], int ind);
  5. void rimuovi_current_directory(char percorso[]);
  6. int rimuovi_parent_directory(char percorso[]);
  7. int percorso_assoluto(char cwd[], char percorso[], char destinazione[]);  
  8.  
  9. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement