SELKIELogger  1.0.0
SATests.c File Reference

String and String Array tests. More...

#include <stdio.h>
#include <stdlib.h>
#include "SELKIELoggerBase.h"
Include dependency graph for SATests.c:

Go to the source code of this file.

Functions

int main (void)
 

Detailed Description

String and String Array tests.

Ideally this test should also be checked with valgrind to ensure memory is not being leaked through basic operations.

Definition in file SATests.c.

Function Documentation

◆ main()

int main ( void  )

Create and destroy strings and string arrays

Returns
0 (Pass), -1 (Fail)

Definition at line 46 of file SATests.c.