Add realpath function

This commit is contained in:
Erik van der Kouwe
2009-12-04 07:52:22 +00:00
parent 150dfbe96d
commit 5427ab41c8
7 changed files with 531 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ OBJ= test1 test2 test3 test4 test5 test6 test7 test8 test9 \
test21 test22 test23 test25 test26 test27 test28 test29 \
test30 test31 test32 test34 test35 test36 test37 test38 \
test39 t10a t11a t11b test40 t40a t40b t40c t40d t40e t40f test41 \
test42
test42 test43
BIGOBJ= test20 test24
ROOTOBJ= test11 test33
@@ -83,3 +83,4 @@ t40e: t40e.c
t40f: t40f.c
test41: test41.c
test42: test42.c
test43: test43.c