This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix .gitignore: only ignore 'perl' in root of repo, not U/perl subdir
[metaconfig.git] / U / perl / d_memrchr.U
CommitLineData
df89d149
MBT
1?RCS: You may distribute under the terms of either the GNU General Public
2?RCS: License or the Artistic License, as specified in the README file.
3?RCS:
4?MAKE:d_memrchr: Inlibc
5?MAKE: -pick add $@ %<
6?S:d_memrchr:
7?S: This variable conditionally defines the HAS_MEMRCHR symbol, which
8?S: indicates to the C program that the memrchr() routine is available
8b00c5e2
LM
9?S: to return a pointer to the last occurrence of a byte in a memory
10?S: area (or NULL if not found).
df89d149
MBT
11?S:.
12?C:HAS_MEMRCHR:
13?C: This symbol, if defined, indicates that the memrchr routine is
8b00c5e2
LM
14?C: available to return a pointer to the last occurrence of a byte in
15?C: a memory area (or NULL if not found).
df89d149
MBT
16?C:.
17?H:#$d_memrchr HAS_MEMRCHR /**/
18?H:.
19?LINT:set d_memrchr
20: see if memrchr exists
21set memrchr d_memrchr
22eval $inlibc
23