Revision 5b21bdab libavutil/avstring.h
libavutil/avstring.h | ||
---|---|---|
18 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 19 |
*/ |
20 | 20 |
|
21 |
#ifndef AVUTIL_AVSTRING_H
|
|
22 |
#define AVUTIL_AVSTRING_H
|
|
21 |
#ifndef FFMPEG_AVSTRING_H
|
|
22 |
#define FFMPEG_AVSTRING_H
|
|
23 | 23 |
|
24 | 24 |
#include <stddef.h> |
25 | 25 |
|
... | ... | |
87 | 87 |
*/ |
88 | 88 |
size_t av_strlcatf(char *dst, size_t size, const char *fmt, ...); |
89 | 89 |
|
90 |
#endif /* AVUTIL_AVSTRING_H */ |
|
90 |
#endif /* FFMPEG_AVSTRING_H */ |
Also available in: Unified diff