Synopsis
nb_line_t *nb_first_line(void);
Description

nb_first_line returns a pointer to the first line in the program.

Note

Although this looks like it should be a macro, eventually it could support programs frozen into FLASH rather than in RAM, and at this point nb_first_line will return an address in RAM or FLASH depending upon whether the program is frozen or thawed.