bug-cflow
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: --main misbehaviour on cflow 1.7


From: Sergey Poznyakoff
Subject: Re: --main misbehaviour on cflow 1.7
Date: Sat, 17 Feb 2024 11:06:29 +0100
User-agent: MH (GNU Mailutils 3.15)

Hi Gary,

By default, cflow omits symbols starting with an underscore.  This
is described in detail in chapter 6, "Controlling Symbol Types", of
the cflow manual:

  https://www.gnu.org/software/cflow/manual/html_section/Symbols.html

To include such symbols to the listing you will need the -i option:

  cflow -i _ --main=_foo *.c

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]