MOS Source Code
Loading...
Searching...
No Matches
test.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pb_encode.h>
#include "test.pb.h"
#include "unittests.h"
+ Include dependency graph for test.c:

Go to the source code of this file.

Macros

#define ALIGN   0x100
 

Functions

int main (int argc, char **argv)
 

Variables

const char STR [] = "test str"
 

Macro Definition Documentation

◆ ALIGN

#define ALIGN   0x100

Definition at line 9 of file test.c.

Referenced by main().

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 11 of file test.c.

+ Here is the call graph for this function:

Variable Documentation

◆ STR

const char STR[] = "test str"

Definition at line 8 of file test.c.

Referenced by main().