in the .c
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15127
VG_(sr_as_string)()
------------------------------------------------------------------ */
-/* Return a textual representation of a SysRes value in a statically
- allocated buffer. The buffer will be overwritten with the next
- invocation. */
#if defined(VGO_linux)
// FIXME: Does this function need to be adjusted for MIPS's _valEx ?
const HChar *VG_(sr_as_string) ( SysRes sr )
/* Flush any output cached by previous calls to VG_(message) et al. */
extern void VG_(message_flush) ( void );
-/* Return a SysRes value as a character string. */
+/* Return a textual representation of a SysRes value in a statically
+ allocated buffer. The buffer will be overwritten with the next
+ invocation. */
extern const HChar *VG_(sr_as_string) ( SysRes sr );
#endif // __PUB_TOOL_LIBCPRINT_H