2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

New dir_name() function plus tests.

This commit is contained in:
Ben Pfaff
2009-10-19 14:04:14 -07:00
parent 0fec26b00b
commit 29d4af6016
6 changed files with 92 additions and 0 deletions

View File

@@ -125,6 +125,8 @@ bool str_to_double(const char *, double *);
int hexit_value(int c);
char *dir_name(const char *file_name);
#ifdef __cplusplus
}
#endif