gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / libiberty / memchr.c
index 451f817d3203fdfe420d2caee873619ede70bea7..7448ab9e71c3259ad28405720f6acd88ee0801e1 100644 (file)
@@ -1,6 +1,7 @@
 /*
 
-@deftypefn Supplemental void* memchr (const void *@var{s}, int @var{c}, size_t @var{n})
+@deftypefn Supplemental void* memchr (const void *@var{s}, int @var{c}, @
+  size_t @var{n})
 
 This function searches memory starting at @code{*@var{s}} for the
 character @var{c}.  The search only ends with the first occurrence of
This page took 0.027538 seconds and 4 git commands to generate.