mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
7
Src/nde/CRC.H
Normal file
7
Src/nde/CRC.H
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef __CRC_H
|
||||
#define __CRC_H
|
||||
|
||||
unsigned long int crc32file(char *name);
|
||||
unsigned long int crc32str(char *name);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user