Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
strchr.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 strchr.c:

Functions

static void strchr_test (void **state)
 
int strchr_tests (void)
 

Function Documentation

◆ strchr_test()

static void strchr_test ( void **  state)
static

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

Referenced by strchr_tests().

◆ strchr_tests()

int strchr_tests ( void  )

References NULL, strchr_test(), and strchr_tests().

Referenced by strchr_tests(), and string_tests().

Here is the caller graph for this function: