This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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]

Fw: Will strerror messages be automatically translated...


Will strerror messages be automatically translated or do I have to call gettext on them?
In other words:
err_str = strerror(errno);
fprintf(stderr, err_str );
OR
err_str = strerror(errno);
fprintf(stderr, gettext(err_str) );
 


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