This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Format checking: allowing width/precision with/without "*"


I need to describe a format check which allows width/precision
modifiers but only accepts hard values, not asterisks ("*").

Conversely, I also need to describe a format check which allows
width/precision but _only_ accepts "*", not hard values.

Can I do this with the existing data tables in c-format.c?
If so, how?

		Thanks,
		--Kaveh

--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]