Parent Directory
|
Revision Log
|
Patch
revision 12 by twoaday, Fri Apr 7 10:46:41 2006 UTC | revision 19 by twoaday, Sun Jun 4 10:12:47 2006 UTC | |
---|---|---|
# | Line 91 do_swap_u32 (DWORD i) | Line 91 do_swap_u32 (DWORD i) |
91 | } | } |
92 | ||
93 | ||
94 | /* Missing W32 functions. */ | DWORD |
static char* | ||
w32_stpcpy (char *a,const char *b) | ||
{ | ||
while (*b) | ||
*a++ = *b++; | ||
*a = 0; | ||
return (char*)a; | ||
} | ||
static DWORD | ||
95 | hash_string (const char *str_param) | hash_string (const char *str_param) |
96 | { | { |
97 | unsigned long int hval, g; | unsigned long int hval, g; |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |