X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d7892edd1574f6a08a0a9b8f7f00c35e9519418..033c367624bf9452e84340162d1438a53b2ccc7b:/src/simix/smx_user.c diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index 3c75b3c0d5..b89346e2bb 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -1,8 +1,16 @@ +/* smx_user.c - public interface to simix */ + +/* Copyright (c) 2010, 2011. Da 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. */ + +#define _ISO_C99_SOURCE /* isfinite() */ +#include /* isfinite() */ + #include "private.h" #include "mc/mc.h" -#define _ISO_C99_SOURCE -#include /* isfinite() */ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix);