.\" -*- coding: UTF-8 -*- .\" Copyright 2022 Alejandro Colomar .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH index 3 "30 Marzo 2023" "Páginas de manual de Linux 6.05.01" .SH NOMBRE index, rindex \- localizan un carácter en una cadena de caracteres .SH BIBLIOTECA Biblioteca Estándar C (\fIlibc\fP, \fI\-lc\fP) .SH SINOPSIS .nf \fB#include \fP .PP \fB[[a extinguir]] char *index(const char *\fP\fIs\fP\fB, int \fP\fIc\fP\fB);\fP \fB[[a extinguir]] char *rindex(const char *\fP\fIs\fP\fB, int \fP\fIc\fP\fB);\fP .fi .SH DESCRIPCIÓN \fBindex\fP() es idéntico a \fBstrchr\fP(3). .PP \fBrindex\fP() es idéntico a \fBstrrchr\fP(3). .PP Emplee \fBstrchr\fP(3) y \fBstrrchr\fP(3) en lugar de estas funciones. .SH ESTÁNDARES None. .SH HISTORIAL 4.3BSD; marked as LEGACY in POSIX.1\-2001. Removed in POSIX.1\-2008, recommending \fBstrchr\fP(3) and \fBstrrchr\fP(3) instead. .SH "VÉASE TAMBIÉN" \fBstrchr\fP(3), \fBstrrchr\fP(3) .PP .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Gerardo Aburruzaga García y Marcos Fouces . .PP Esta traducción es documentación libre; lea la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD. .PP Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a .MT debian-l10n-spanish@lists.debian.org .ME .