summaryrefslogtreecommitdiff
path: root/src/string/disp/testDisp.c
diff options
context:
space:
mode:
authorcornet2009-04-22 14:06:41 +0000
committercornet2009-04-22 14:06:41 +0000
commit9df348583b7bd83a0de144ee5c1416c4249cb0a6 (patch)
treef8cf0bcfac4879dae94739261fe840e003b40a2d /src/string/disp/testDisp.c
parent8ab730e5436c78ac4a45783dcd5cdff840418258 (diff)
downloadscilab2c-9df348583b7bd83a0de144ee5c1416c4249cb0a6.tar.gz
scilab2c-9df348583b7bd83a0de144ee5c1416c4249cb0a6.tar.bz2
scilab2c-9df348583b7bd83a0de144ee5c1416c4249cb0a6.zip
add tests projects (string)
Diffstat (limited to 'src/string/disp/testDisp.c')
-rw-r--r--src/string/disp/testDisp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/string/disp/testDisp.c b/src/string/disp/testDisp.c
index a06fb421..9f2bc96f 100644
--- a/src/string/disp/testDisp.c
+++ b/src/string/disp/testDisp.c
@@ -10,9 +10,10 @@
*
*/
-
-#include "disp.h"
#include <assert.h>
+#include <stdlib.h>
+#include "disp.h"
+
#define SIZE 10000