FFmpeg
4.0
|
#include <stdio.h>
#include "libavutil/common.h"
#include "libavutil/mem.h"
#include "libavutil/avstring.h"
Go to the source code of this file.
Macros | |
#define | TEST_APPEND_PATH_COMPONENT(path, component, expected) |
#define | TEST_STRNSTR(haystack, needle, hay_length, expected) |
#define | TEST_STRIREPLACE(haystack, needle, expected) |
#define | TEST_D2STR(value, expected) |
Functions | |
int | main (void) |
#define TEST_APPEND_PATH_COMPONENT | ( | path, | |
component, | |||
expected | |||
) |
Referenced by main().
#define TEST_STRNSTR | ( | haystack, | |
needle, | |||
hay_length, | |||
expected | |||
) |
Referenced by main().
#define TEST_STRIREPLACE | ( | haystack, | |
needle, | |||
expected | |||
) |
Referenced by main().
#define TEST_D2STR | ( | value, | |
expected | |||
) |
Referenced by main().
Definition at line 25 of file avstring.c.