view src/dmfiletmpl.h @ 2298:b5abfff07ca9

Add new DMGrowBuf helper functions dmGrowBufCopyOffsSize() and dmGrowBufConstCopyOffsSize().
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Jul 2019 10:54:16 +0300
parents b01d04e44b6f
children
line wrap: on
line source

/*
 * DMLib
 * -- Plain streamed file I/O endianess functions
 * Programmed and designed by Matti 'ccr' Hamalainen
 * (C) Copyright 2011 Tecnic Software productions (TNSP)
 */

DM_DEFINE_FFUNC(le16, Uint16, LE16)
DM_DEFINE_FFUNC(le32, Uint32, LE32)
DM_DEFINE_FFUNC(le64, Uint64, LE64)

DM_DEFINE_FFUNC(be16, Uint16, BE16)
DM_DEFINE_FFUNC(be32, Uint32, BE32)
DM_DEFINE_FFUNC(be64, Uint64, BE64)