Move the sources to trunk
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / test / README
1 \r
2 In directory Ptests is the test suite by P.J. Plauger \r
3 from his book the Standard C library that I have put together.\r
4 \r
5 \r
6         * EiC's standard C library implementation \r
7           passes  P.J. Plaugers test suite for:\r
8 \r
9                  <stdio.h>  <math.h>   <float.h> <limits.h>\r
10                  <string.h> <stdarg.h> <time.h>  <assert.h>\r
11                  <errno.h>\r
12  \r
13            allowing for what EiC doesn't support \r
14            (wide characters and functional implementations \r
15                for the ctype.h macros) \r
16            it then passes Plaugers's test suite for:\r
17 \r
18                 <stdlib.h>  <stddef.h>  <ctype.h>\r
19            \r
20            EiC still does not yet support:\r
21 \r
22                <setjmp.h> <locale.h> <signal.h> \r
23                  \r