browse words by letter
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
linker |
1 definition found From The Free On-line Dictionary of Computing (13 Mar 01) [foldoc]: linker A computer program which accepts the {object code} files of one or more separately compiled program {modules}, and links them together into a complete executable program, resolving references from one module to another. The {Unix} linker is called "ld". (1995-01-24)