You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/07/11 17:19:02 UTC

[GitHub] ccollins476ad commented on issue #372: nimble: add monitor protocol/interface

ccollins476ad commented on issue #372: nimble: add monitor protocol/interface
URL: https://github.com/apache/mynewt-core/pull/372#issuecomment-314512991
 
 
   Thanks, Andrzej.  It looks good.  Also, thanks for clarifying the snprintf() semantics.  I should have checked the spec.  Just for the record, from n1256:
   
   ```
   7.19.6.5 The snprintf function
   
   Synopsis
   
       #include <stdio.h>
       int snprintf(char * restrict s, size_t n,
            const char * restrict format, ...);
   
   Description
   
   The snprintf function is equivalent to fprintf, except that the output is written into
   an array (specified by argument s) rather than to a stream. If n is zero, nothing is written,
   and s may be a null pointer.
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services