genericopenlibs/openenvcore/libc/test/teststdlib/inc/tstdlib.h
branchRCL_3
changeset 20 a2e897c5c62b
parent 0 e4d67989cc36
child 45 4b03adbd26ca
--- a/genericopenlibs/openenvcore/libc/test/teststdlib/inc/tstdlib.h	Wed Apr 14 17:44:02 2010 +0300
+++ b/genericopenlibs/openenvcore/libc/test/teststdlib/inc/tstdlib.h	Tue Apr 27 18:23:16 2010 +0300
@@ -286,6 +286,7 @@
 _LIT(Kstrtoumaxbasic2, "strtoumaxbasic2");
 _LIT(Kconfstr_Test2, "confstr_Test2");
 _LIT(Ktmpfile_fseek, "tmpfile_fseek");
+_LIT(KtestSymLink, "testSymLink");
 
 class CTestStdlib : public CTestStep
 	{
@@ -530,6 +531,8 @@
 	TInt strtoumaxbasic2();
 	TInt confstr_Test2(  );
 	TInt tmpfile_fseek();
+	TInt testSymLink();
+	
 public:
 	TInt iParamCnt;
 	};