X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fgetans.c;h=3e38d873a090d84332102eeef750eb71bdc17bfd;hp=befbd9a9249b14ca87ca1267d827de2e97a5d6a0;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/getans.c b/sbr/getans.c index befbd9a..3e38d87 100644 --- a/sbr/getans.c +++ b/sbr/getans.c @@ -1,10 +1,10 @@ /* - * getans.c -- get an answer from the user and return a string array - * - * This code is Copyright (c) 2002, by the authors of nmh. See the - * COPYRIGHT file in the root directory of the nmh distribution for - * complete copyright information. - */ +** getans.c -- get an answer from the user and return a string array +** +** This code is Copyright (c) 2002, by the authors of nmh. See the +** COPYRIGHT file in the root directory of the nmh distribution for +** complete copyright information. +*/ #include #include @@ -15,8 +15,8 @@ static char ansbuf[BUFSIZ]; static jmp_buf sigenv; /* - * static prototypes - */ +** static prototypes +*/ static RETSIGTYPE intrser (int); @@ -70,7 +70,7 @@ static RETSIGTYPE intrser (int i) { /* - * should this be siglongjmp? - */ + ** should this be siglongjmp? + */ longjmp (sigenv, 1); }