Joshua Kwan

Added _GNU_SOURCE to prototype
as per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213538
This commit is contained in:
Michael Kerrisk 2004-12-17 15:10:49 +00:00
parent e03e2055bc
commit d49daffc1a
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
strfry \- randomize a string
.SH SYNOPSIS
.nf
.B #define _GNU_SOURCE
.br
.B #include <string.h>
.sp
.BI "char *strfry(char *" string );