#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "cflow_struct.h"
#include "read_tools.h"
#include "read_free.h"
Include dependency graph for read_free.c:
Go to the source code of this file.
Functions | |
int | scan_free (const char *line, LINE_INFO *line_info) |
|
Definition at line 34 of file read_free.c. References LINE_INFO::depth, EXTERNAL, LINE_INFO::fct, LINE_INFO::fct_type, LINE_INFO::id, INTERNAL, LINE_INFO::line_src, REFERENCE, LINE_INFO::src, str_count_char(), and LINE_INFO::type. Referenced by scan_line(). |