Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
nope sonar, that's not commented code
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 19 Apr 2019 09:18:51 +0000 (11:18 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 19 Apr 2019 09:18:51 +0000 (11:18 +0200)
src/xbt/snprintf.c

index 2bd4b7e..bf85795 100644 (file)
  *   If not, I'll be glad to provide one.
  *
  * FEATURES
- * - careful adherence to specs regarding flags, field width and precision;
+ * - careful adherence to specs regarding flags, field width and precision
  * - good performance for large string handling (large format, large
  *   argument or large paddings). Performance is similar to system's sprintf
  *   and in several cases significantly better (make sure you compile with
  *   optimizations turned on, tell the compiler the code is strict ANSI
- *   if necessary to give it more freedom for optimizations);
- * - return value semantics per ISO/IEC 9899:1999 ("ISO C99");
- * - written in standard ISO/ANSI C - requires an ANSI C compiler.
+ *   if necessary to give it more freedom for optimizations)
+ * - return value semantics per ISO/IEC 9899:1999 ("ISO C99")
+ * - written in standard ISO/ANSI C - requires an ANSI C compiler
  *
  * [...]
  *