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

Functions

static void atoi_test (void **state)
 
int atoi_tests (void)
 

Function Documentation

◆ atoi_test()

static void atoi_test ( void **  state)
static

References atoi().

Referenced by atoi_tests().

◆ atoi_tests()

int atoi_tests ( void  )

References atoi_test(), atoi_tests(), and NULL.

Referenced by atoi_tests(), and stdlib_tests().

Here is the caller graph for this function: