/ Published in: C
for cmdparsing
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* ------------------------------------------------------------------------------- *\ | # get_filename_from_path : searches a given filepath for its name | | @param : char* to the existing filepath | | @return : char* to the found filename | \* ------------------------------------------------------------------------------- */ char* get_filename_from_path(char* filepath) { return filename; }