What is the function of _ () in C language?

such as: printf (_ ("Usage:% s [OPTION] .PATTERN [FILE] .n"), getprogname ());

) in the grep source code
C
Mar.10,2021

usually use gettext define as _ to use

there is a line on line 43 of system.h that -sharpdefine _ (String) gettext (String)

Menu