Subversion Repositories SvarDOS

Rev

Rev 571 | Rev 1629 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 571 Rev 1137
Line 180... Line 180...
180
 
180
 
181
/* computes a formatted integer number based on NLS patterns found in p
181
/* computes a formatted integer number based on NLS patterns found in p
182
 * returns length of result */
182
 * returns length of result */
183
unsigned short nls_format_number(char *s, unsigned long num, const struct nls_patterns *p);
183
unsigned short nls_format_number(char *s, unsigned long num, const struct nls_patterns *p);
184
 
184
 
-
 
185
/* capitalize an ASCIZ string following country-dependent rules */
-
 
186
void nls_strtoup(char *buff);
-
 
187
 
185
/* reload nls ressources from svarcom.lng into langblock */
188
/* reload nls ressources from svarcom.lng into langblock */
186
void nls_langreload(char *buff, unsigned short env);
189
void nls_langreload(char *buff, unsigned short env);
187
 
190
 
188
/* locates executable fname in path and fill res with result. returns 0 on success,
191
/* locates executable fname in path and fill res with result. returns 0 on success,
189
 * -1 on failed match and -2 on failed match + "don't even try with other paths"
192
 * -1 on failed match and -2 on failed match + "don't even try with other paths"