1 2 3 4 5 6
int func(n) { int a = foo (); char *a = _("some text"); char *str = N_("other text"); } /* func */