Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
strrchr.c File Reference
#include "string_tests.h"
#include <string.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include <cmocka.h>
Include dependency graph for strrchr.c:

Functions

static void strrchr_test (void **state)
 
int strrchr_tests (void)
 

Function Documentation

◆ strrchr_test()

static void strrchr_test ( void **  state)
static

References b, strcpy(), and strrchr().

Referenced by strrchr_tests().

◆ strrchr_tests()

int strrchr_tests ( void  )

References NULL, and strrchr_test().

Referenced by string_tests().

Here is the caller graph for this function: