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

Functions

static void strcpy_test (void **state)
 
int strcpy_tests (void)
 

Function Documentation

◆ strcpy_test()

static void strcpy_test ( void **  state)
static

References b, s, strcmp(), and strcpy().

Referenced by strcpy_tests().

◆ strcpy_tests()

int strcpy_tests ( void  )

References NULL, strcpy_test(), and strcpy_tests().

Referenced by strcpy_tests(), and string_tests().

Here is the caller graph for this function: