MCPcopy Create free account
hub / github.com/DentonW/DevIL / SaveBigInt

Function SaveBigInt

DevIL/src-IL/src/il_endian.cpp:262–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261
262ILubyte SaveBigInt(ILint i) {
263#ifdef __LITTLE_ENDIAN__
264 iSwapInt(&i);
265#endif
266 return iwrite(&i, sizeof(ILint), 1);
267}
268
269
270ILubyte SaveBigFloat(ILfloat f) {

Callers 2

iSaveSgiInternalFunction · 0.85
iSavePsdInternalFunction · 0.85

Calls 1

iSwapIntFunction · 0.85

Tested by

no test coverage detected