summaryrefslogtreecommitdiffstats
path: root/bstr.c
Commit message (Collapse)AuthorAgeFilesLines
* bstr.[ch], path.[ch]: add string and path handling functionsUoti Urpala2011-02-261-0/+91
| | | | | | | Add some new string and path handling functions to be used in following commits. Use new path handling functions to simplify find_files().
* bstr.[ch]: add new files for struct bstr related functionalityUoti Urpala2010-05-201-0/+51
Move "struct bstr" definition from ebml.h to its own header and add some utility functions/macros. Change length field type from int to size_t and adjust using code accordingly. Partially based on a patch from Anton Khirnov.