Skip to content
New issue

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 seems like it should be spelled item - need a comment #78

Open
schwehr opened this issue Aug 21, 2018 · 0 comments
Open

itum seems like it should be spelled item - need a comment #78

schwehr opened this issue Aug 21, 2018 · 0 comments

Comments

@schwehr
Copy link
Contributor

schwehr commented Aug 21, 2018

If it really should be itum, what does it mean? This is short for Id To Unit Map, yes? Perhaps a comment somewhere?

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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant