X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc7f6af44d6d480afa9836d54f82fc714e74f02a..f53fcc2ecd83775363e947cd7b7e4f014e87c31d:/README.coding diff --git a/README.coding b/README.coding index a43aeed403..4dd9610f2d 100644 --- a/README.coding +++ b/README.coding @@ -107,12 +107,6 @@ INTEGERS PRINTF pointer difference (FIXME: advertise %td instead?) printf ("diff = %ld\n", (long) (pointer2 - pointer1)); -INLINE functions - The definition of a inline function must be visible when it is used. - As such, an inline function should be defined (an not only declared) - in header file (.h) with attributes 'static XBT_INLINE'. It should - not be defined in source file (.c). - ** ** Commenting the source: doxygen **