MCPcopy Create free account
hub / github.com/Kitware/VTK / get4byteInt

Function get4byteInt

ThirdParty/sqlite/vtksqlite/shell.c:26419–26421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26417 return (a[0]<<8) + a[1];
26418}
26419static unsigned int get4byteInt(unsigned char *a){
26420 return (a[0]<<24) + (a[1]<<16) + (a[2]<<8) + a[3];
26421}
26422
26423/*
26424** Implementation of the ".dbinfo" command.

Callers 1

shell_dbinfo_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected