Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
262
ILubyte SaveBigInt(ILint i) {
263
#ifdef __LITTLE_ENDIAN__
264
iSwapInt(&i);
265
#endif
266
return iwrite(&i, sizeof(ILint), 1);
267
}
268
269
270
ILubyte SaveBigFloat(ILfloat f) {
Callers
2
iSaveSgiInternal
Function · 0.85
iSavePsdInternal
Function · 0.85
Calls
1
iSwapInt
Function · 0.85
Tested by
no test coverage detected