]> git.sur5r.net Git - cc65/commit
Added functions to factorize a value and to create the lcm of two factorized
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 27 Dec 2011 12:58:15 +0000 (12:58 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 27 Dec 2011 12:58:15 +0000 (12:58 +0000)
commitf1c2684c5b5e74cb65f48677b9389c5ee68c9cbd
treead0ba11bfe2bd14e15b5fa4fe1177b40a77512e9
parent9b1ff636c5ab4c0abdd9e3a4990980559e4a365c
Added functions to factorize a value and to create the lcm of two factorized
numbers.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5322 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/common/alignment.c [new file with mode: 0644]
src/common/alignment.h
src/common/make/gcc.mak
src/common/make/watcom.mak