Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
library rename
[simgrid.git] / testsuite / xbt / dynar_string.c
index f1d976f..c36f84a 100644 (file)
@@ -2,14 +2,13 @@
 
 /* dynar_string: A test case for the dynar using strings as content         */
 
-/* Authors: Martin Quinson                                                  */
-/* Copyright (C) 2003 the OURAGAN project.                                  */
+/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
 
 /* This program is free software; you can redistribute it and/or modify it
  under the terms of the license (GNU LGPL) which comes with this package. */
* under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include <stdio.h>
-#include <gras.h>
+#include <stdio.h> /* sprintf */
+#include "gras.h"
 
 /* NB_ELEM HAS to be a multiple of 5 */
 #define NB_ELEM 5000