_init_prog_address Macro

A macro that is used to initialize variables of type, _prog_addressT. These variables are not equivalent to C pointers.

Include

<libpic30.h>

Prototype

_init_prog_address(a,b);

Arguments

a variable of type _prog_addressT
b initialization value for variable a

Return Value

N/A

Remarks

None.

Default Behavior

Initialize variable to specified value.

File

libpic30.c