comparison urogue/dict.c @ 308:13b482bd9e66

Fix a few more miscellaneous compiler warnings.
author John "Elwin" Edwards
date Sat, 01 May 2021 09:51:30 -0400
parents c495a4f288c6
children
comparison
equal deleted inserted replaced
307:32bc72dcbf4f 308:13b482bd9e66
18 ** table of contents, and parameter array. 18 ** table of contents, and parameter array.
19 ** (AK:04/18/95) - Revised dict_load, dict_save 19 ** (AK:04/18/95) - Revised dict_load, dict_save
20 ** (AK:04/18/95) - Added dict_import 20 ** (AK:04/18/95) - Added dict_import
21 ** 21 **
22 ******************/ 22 ******************/
23
24 static char sccsid[] = "%W% %G%";
25 23
26 #include <stdlib.h> 24 #include <stdlib.h>
27 #include <string.h> 25 #include <string.h>
28 #if !defined(OS2) && !defined(_WIN32) 26 #if !defined(OS2) && !defined(_WIN32)
29 #include <unistd.h> 27 #include <unistd.h>