renamed most source files

This commit is contained in:
cvs
2000-04-05 08:32:32 +00:00
parent 7eee71eab7
commit 0d0394707c
26 changed files with 2115 additions and 117 deletions

View File

@@ -74,7 +74,7 @@ void str_nupcase(char *dst, const char *src, int dstlen);
*/
#ifdef __VMS_VER
#if _VMS_VER<70000000
#if __VMS_VER<70000000
int strcasecmp(const char *str1, const char *str2);
/*