index(3) Library Functions Manual index(3) JMENO index, rindex - vyhledej znak v retezci KNIHOVNA Standardni knihovna C (libc, -lc) POUZITI #include [[zastarale]] char *index(const char *s, int c); [[zastarale]] char *rindex(const char *s, int c); POPIS index() je identicky s strchr(3). rindex() je identicky s strrchr(3). Use strchr(3) and strrchr(3) instead of these functions. STANDARDY None. HISTORIE 4.3BSD; marked as LEGACY in POSIX.1-2001. Removed in POSIX.1-2008, recommending strchr(3) and strrchr(3) instead. DALSI INFORMACE strchr(3), strrchr(3) PREKLAD Preklad teto prirucky do spanelstiny vytvorili Pavel Heimlich Tento preklad je bezplatna dokumentace; Prectete si GNU General Public License Version 3 nebo novejsi ohledne podminek autorskych prav. Neexistuje ZADNA ODPOVEDNOST. Pokud narazite na nejake chyby v prekladu teto prirucky, poslete e-mail na adresu . Linux man-pages 6.06 31. rijna 2023 index(3)