]> git.ipfire.org Git - thirdparty/man-pages.git/commit
bin/grepc: -tfp, -tfd: Add support for forward-declarations of parameters
authorAlejandro Colomar <alx@kernel.org>
Wed, 27 Nov 2024 12:50:53 +0000 (13:50 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 20:29:27 +0000 (21:29 +0100)
commitf376c5ad0fa9e6996f8f11df94eec782ec04be9e
tree9a65b2d2e72a72f9d6082279d38cde4edddcba01
parent0ba68dd035649cd4c3e7c24ed3cd2676ff9908e4
bin/grepc: -tfp, -tfd: Add support for forward-declarations of parameters

This is currently a (very useful) GNU extension, and soon might become
standard in C2y.

Link: n3394 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3394.pdf>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
bin/grepc