Mercurial > hg > octave-kai > gnulib-hg
comparison lib/basename.c @ 653:b63f146fd963
indent cpp-directives
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Mon, 15 Jul 1996 03:56:06 +0000 |
parents | b4ef1c1a0171 |
children | 9cb09b60925d |
comparison
equal
deleted
inserted
replaced
652:46c7775739ce | 653:b63f146fd963 |
---|---|
14 You should have received a copy of the GNU General Public License | 14 You should have received a copy of the GNU General Public License |
15 along with this program; if not, write to the Free Software Foundation, | 15 along with this program; if not, write to the Free Software Foundation, |
16 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 16 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
17 | 17 |
18 #ifdef HAVE_CONFIG_H | 18 #ifdef HAVE_CONFIG_H |
19 #include <config.h> | 19 # include <config.h> |
20 #endif | 20 #endif |
21 | 21 |
22 /* Return NAME with any leading path stripped off. | 22 /* Return NAME with any leading path stripped off. |
23 Don't use strrchr/rindex. */ | 23 Don't use strrchr/rindex. */ |
24 | 24 |