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

Functions

static void strnlen_test (void **state)
 
int strnlen_tests (void)
 

Function Documentation

◆ strnlen_test()

static void strnlen_test ( void **  state)
static

References SIZE_MAX, and strnlen().

Referenced by strnlen_tests().

◆ strnlen_tests()

int strnlen_tests ( void  )

References NULL, and strnlen_test().

Referenced by string_tests().

Here is the caller graph for this function: