Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1136 → Rev 1137

/svarcom/trunk/helpers.h
182,6 → 182,9
* returns length of result */
unsigned short nls_format_number(char *s, unsigned long num, const struct nls_patterns *p);
 
/* capitalize an ASCIZ string following country-dependent rules */
void nls_strtoup(char *buff);
 
/* reload nls ressources from svarcom.lng into langblock */
void nls_langreload(char *buff, unsigned short env);