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

Functions

static void strcat_test (void **state)
 
int strcat_tests (void)
 

Function Documentation

◆ strcat_test()

static void strcat_test ( void **  state)
static

References b, strcat(), strcmp(), strcpy(), and strlen().

Referenced by strcat_tests().

◆ strcat_tests()

int strcat_tests ( void  )

References NULL, strcat_test(), and strcat_tests().

Referenced by strcat_tests(), and string_tests().

Here is the caller graph for this function: