gdb: defer commit resume until all available events are consumed
[deliverable/binutils-gdb.git] / libiberty / memset.c
index 1951ad6bd610c836367f8d0299f44f9ec13f8f7c..476668961271373f5e9e12b76e7fd9a32cf7879b 100644 (file)
@@ -3,7 +3,8 @@
 
 /*
 
-@deftypefn Supplemental void* memset (void *@var{s}, int @var{c}, size_t @var{count})
+@deftypefn Supplemental void* memset (void *@var{s}, int @var{c}, @
+  size_t @var{count})
 
 Sets the first @var{count} bytes of @var{s} to the constant byte
 @var{c}, returning a pointer to @var{s}.
This page took 0.035597 seconds and 4 git commands to generate.