|
binutils
2.23.2
About: GNU Binutils are a collection of binary tools. The main ones are "ld" the GNU linker and "(g)as" the GNU assembler.
Fossies Dox: binutils-2.23.2.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |

Go to the source code of this file.
Macros | |
| #define | gettext(Msgid) (Msgid) |
| #define | dgettext(Domainname, Msgid) (Msgid) |
| #define | dcgettext(Domainname, Msgid, Category) (Msgid) |
| #define | textdomain(Domainname) while (0) /* nothing */ |
| #define | bindtextdomain(Domainname, Dirname) while (0) /* nothing */ |
| #define | _(String) (String) |
| #define | N_(String) (String) |