Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 444 → Rev 445

/svarcom/trunk/helpers.h
32,10 → 32,10
int strstartswith(const char *s1, const char *s2);
 
/* outputs a NULL-terminated string to stdout */
void output_internal(const char *s, unsigned short nl);
void output_internal(const char *s, unsigned char nl);
 
/* outputs a NULL-terminated NLS string to stdout */
void nls_output_internal(unsigned short id, unsigned short nl);
void nls_output_internal(unsigned short id, unsigned char nl);
 
#define output(x) output_internal(x, 0)
#define outputnl(x) output_internal(x, 1)