Changes

72 bytes added ,  01:57, 1 April 2015
→‎Internal: Link to snprintf() docs
Line 39: Line 39:  
|-
 
|-
 
|__os_snprintf
 
|__os_snprintf
|<code>int __os_snprintf(char *buf, size_t nchar, const char * format, ... )</code>  
+
|<code>int __os_snprintf(char *buf, size_t n, const char *format, ... )</code>  
|Format a string and place it in a buffer
+
|Format a string and place it in a buffer (just like [http://www.cplusplus.com/reference/cstdio/snprintf/ snprintf()])
 
|}
 
|}
  
203

edits