Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef ES_11_H
- #define ES_11_H
- int cerca_stringa(char testo[], char stringa[], int ind);
- void rimuovi_current_directory(char percorso[]);
- int rimuovi_parent_directory(char percorso[]);
- int percorso_assoluto(char cwd[], char percorso[], char destinazione[]);
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement