| 
    libexplain
    1.4.D001
    
   
   | 
  
  
  
 
#include <libexplain/buffer/ptrdiff_t.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_ptrdiff_t (explain_string_buffer_t *sb, ptrdiff_t value) | 
| void explain_buffer_ptrdiff_t | ( | explain_string_buffer_t * | sb, | 
| ptrdiff_t | value | ||
| ) | 
The explain_buffer_ptrdiff_t function may be used to print a representation of a ptrdiff_t value.
| sb | The string buffer to print into. | 
| value | The ptrdiff_t value to be printed. | 
Definition at line 23 of file ptrdiff_t.c.
 1.7.6.1