Subversion Repositories SvarDOS

Rev

Rev 1959 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1959 Rev 1964
Line 8... Line 8...
8
#ifndef helpers_sentinel
8
#ifndef helpers_sentinel
9
#define helpers_sentinel
9
#define helpers_sentinel
10
 
10
 
11
#include "loadconf.h"   /* required for the customdirs struct */
11
#include "loadconf.h"   /* required for the customdirs struct */
12
 
12
 
-
 
13
/* converts an uint32 into a 8-chars hex string
-
 
14
 * returns the pointer to s */
-
 
15
char *crc32tostring(char *s, unsigned long val);
-
 
16
 
13
/* outputs a NUL-terminated string to stdout */
17
/* outputs a NUL-terminated string to stdout */
14
void output(const char *s);
18
void output(const char *s);
15
void outputnl(const char *s);
19
void outputnl(const char *s);
16
 
20
 
17
void slash2backslash(char *str);
21
void slash2backslash(char *str);