We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
itum
item
If it really should be itum, what does it mean? This is short for Id To Unit Map, yes? Perhaps a comment somewhere?
Id To Unit Map
find . -name "*.[ch]" | xargs grep -i itum
./lib/ut_free_system.c: itumFreeSystem(system); ./lib/idToUnitMap.h:itumFreeSystem( ./lib/idToUnitMap.c:itumNew( ./lib/idToUnitMap.c:itumFree( ./lib/idToUnitMap.c:itumAdd( ./lib/idToUnitMap.c:itumRemove( ./lib/idToUnitMap.c:itumFind( ./lib/idToUnitMap.c: *idToUnit = itumNew(compare); ./lib/idToUnitMap.c: status = itumAdd(*idToUnit, id, unit); ./lib/idToUnitMap.c: : itumRemove(*idToUnit, id); ./lib/idToUnitMap.c: const UnitAndId* uai = itumFind(*idToUnit, id); ./lib/idToUnitMap.c:itumFreeSystem( ./lib/idToUnitMap.c: itumFree(*idToUnit);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If it really should be
itum
, what does it mean? This is short forId To Unit Map
, yes? Perhaps a comment somewhere?The text was updated successfully, but these errors were encountered: