(0 . 0)(1 . 10) 642 #ifndef DIRNAME_H_ 643 #define DIRNAME_H_ 1 644 645 #include <stddef.h> 646 647 size_t base_len(char const *file); 648 649 char *last_component(char const *file); 650 651 #endif