Changeset 81 for libmpcdec/branches/zorg/include
- Timestamp:
- 10/31/06 11:47:09 (18 years ago)
- Location:
- libmpcdec/branches/zorg/include/mpcdec
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpcdec/branches/zorg/include/mpcdec/mpc_types.h
r68 r81 53 53 typedef unsigned __int32 mpc_uint32_t; 54 54 typedef __int64 mpc_int64_t; 55 typedef unsigned __int64 mpc_uint64_t; 55 56 #define mpc_inline __inline 56 57 #define MPC_LITTLE_ENDIAN … … 64 65 typedef uint32_t mpc_uint32_t; 65 66 typedef int64_t mpc_int64_t; 67 typedef uint64_t mpc_uint64_t; 66 68 #define mpc_inline inline 67 69 #endif -
libmpcdec/branches/zorg/include/mpcdec/reader.h
r70 r81 78 78 /// \param r p_reader handle to initialize 79 79 /// \param filename input filename to attach to the reader 80 mpc_status mpc_reader_init_stdio(mpc_reader *p_reader, c har *filename);80 mpc_status mpc_reader_init_stdio(mpc_reader *p_reader, const char *filename); 81 81 82 82 /// Release reader with default stdio file reader implementation.
Note: See TracChangeset
for help on using the changeset viewer.