comparison fixincludes/tests/base/rpc/xdr.h @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
1 /* DO NOT EDIT THIS FILE.
2
3 It has been auto-edited by fixincludes from:
4
5 "fixinc/tests/inc/rpc/xdr.h"
6
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
9
10
11
12 #if defined( RPC_XDR_LVALUE_CAST_A_CHECK )
13 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))
14 #endif /* RPC_XDR_LVALUE_CAST_A_CHECK */
15
16
17 #if defined( RPC_XDR_LVALUE_CAST_B_CHECK )
18 #define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v)))
19 #endif /* RPC_XDR_LVALUE_CAST_B_CHECK */
20
21
22 #if defined( STRUCT_FILE_CHECK )
23 struct __file_s;
24 extern void xdrstdio_create( struct __file_s* );
25 #endif /* STRUCT_FILE_CHECK */