Synopsis
nb_line_t *nb_find_line(unsigned line_number);
Description

nb_find_line finds the program line with line number line_number and peturns a pointer to the line structure if the line exists, or a zero pointer if it doesn't.