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

Function SaveBigUInt

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

Source from the content-addressed store, hash-verified

252
253
254ILubyte SaveBigUInt(ILuint i) {
255#ifdef __LITTLE_ENDIAN__
256 iSwapUInt(&i);
257#endif
258 return iwrite(&i, sizeof(ILuint), 1);
259}
260
261
262ILubyte SaveBigInt(ILint i) {

Callers 1

iSaveSgiInternalFunction · 0.85

Calls 1

iSwapUIntFunction · 0.85

Tested by

no test coverage detected