genericopenlibs/openenvcore/libc/test/teststdlib/inc/tstdlib.h
branchRCL_3
changeset 20 a2e897c5c62b
parent 0 e4d67989cc36
child 45 4b03adbd26ca
equal deleted inserted replaced
17:ef2ebc87518f 20:a2e897c5c62b
   284 _LIT(Kstrtoumaxbasic, "strtoumaxbasic");
   284 _LIT(Kstrtoumaxbasic, "strtoumaxbasic");
   285 _LIT(Kstrtoumaxbasic1, "strtoumaxbasic1");
   285 _LIT(Kstrtoumaxbasic1, "strtoumaxbasic1");
   286 _LIT(Kstrtoumaxbasic2, "strtoumaxbasic2");
   286 _LIT(Kstrtoumaxbasic2, "strtoumaxbasic2");
   287 _LIT(Kconfstr_Test2, "confstr_Test2");
   287 _LIT(Kconfstr_Test2, "confstr_Test2");
   288 _LIT(Ktmpfile_fseek, "tmpfile_fseek");
   288 _LIT(Ktmpfile_fseek, "tmpfile_fseek");
       
   289 _LIT(KtestSymLink, "testSymLink");
   289 
   290 
   290 class CTestStdlib : public CTestStep
   291 class CTestStdlib : public CTestStep
   291 	{
   292 	{
   292 public:
   293 public:
   293 	~CTestStdlib(); 
   294 	~CTestStdlib(); 
   528 	TInt strtoumaxbasic();
   529 	TInt strtoumaxbasic();
   529 	TInt strtoumaxbasic1();
   530 	TInt strtoumaxbasic1();
   530 	TInt strtoumaxbasic2();
   531 	TInt strtoumaxbasic2();
   531 	TInt confstr_Test2(  );
   532 	TInt confstr_Test2(  );
   532 	TInt tmpfile_fseek();
   533 	TInt tmpfile_fseek();
       
   534 	TInt testSymLink();
       
   535 	
   533 public:
   536 public:
   534 	TInt iParamCnt;
   537 	TInt iParamCnt;
   535 	};
   538 	};
   536 #endif 
   539 #endif