X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/23976cb525fd51c66ef8e1234cdc5626fca83990..366b63fceb713f0b87e9783640066d822e7e3e65:/examples/msg/io-file/io-file.c diff --git a/examples/msg/io-file/io-file.c b/examples/msg/io-file/io-file.c index 0cc2868207..f5fdb14a9b 100644 --- a/examples/msg/io-file/io-file.c +++ b/examples/msg/io-file/io-file.c @@ -1,15 +1,8 @@ -/* Copyright (c) 2008-2010, 2012-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2008-2016. The SimGrid Team. 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. */ -/** @addtogroup MSG_examples - * - * - File management: io-file/io-file.c. This example illustrates the use of operations on file - * (@ref MSG_file_open, @ref MSG_file_read, @ref MSG_file_write, or @ref MSG_file_close). - */ - #define FILENAME1 "/home/doc/simgrid/examples/platforms/g5k.xml" #define FILENAME2 "c:\\Windows\\setupact.log" #define FILENAME3 "/home/doc/simgrid/examples/platforms/g5k_cabinets.xml"