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
This commit is contained in:
uz
2011-12-27 12:58:15 +00:00
parent 9b1ff636c5
commit f1c2684c5b
4 changed files with 218 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ LIB = common.a
OBJS = abend.o \
addrsize.o \
alignment.o \
assertion.o \
bitops.o \
chartype.o \

View File

@@ -57,6 +57,7 @@ endif
OBJS = abend.obj \
addrsize.obj \
alignment.obj \
assertion.obj \
bitops.obj \
chartype.obj \