comparison src/xxd/xxd.c @ 714:0f9f4761ad9c v7.0216

updated for version 7.0216
author vimboss
date Mon, 06 Mar 2006 23:29:24 +0000
parents 111509d2767a
children 4f1b94b51e99
comparison
equal deleted inserted replaced
713:0c381fb7846c 714:0f9f4761ad9c
56 * 56 *
57 * Distribute freely and credit me, 57 * Distribute freely and credit me,
58 * make money and share with me, 58 * make money and share with me,
59 * lose money and don't ask me. 59 * lose money and don't ask me.
60 */ 60 */
61
62 /* Visual Studio 2005 has 'deprecated' many of the standard CRT functions */
63 #if _MSC_VER >= 1400
64 # define _CRT_SECURE_NO_DEPRECATE
65 # define _CRT_NONSTDC_NO_DEPRECATE
66 #endif
67
61 #include <stdio.h> 68 #include <stdio.h>
62 #ifdef VAXC 69 #ifdef VAXC
63 # include <file.h> 70 # include <file.h>
64 #else 71 #else
65 # include <fcntl.h> 72 # include <fcntl.h>