~ubuntu-branches/ubuntu/precise/parted/precise

« back to all changes in this revision

Viewing changes to gnulib/modules/mbsrchr

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-02-06 16:39:19 UTC
  • mfrom: (1.1.5 upstream)
  • mto: (7.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20100206163919-nsxr2vtchk0ecabf
Tags: upstream-2.1
ImportĀ upstreamĀ versionĀ 2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description:
2
 
mbsrchr() function: search a string for a character, from the end.
3
 
 
4
 
Files:
5
 
lib/mbsrchr.c
6
 
m4/mbsrchr.m4
7
 
m4/mbrtowc.m4
8
 
 
9
 
Depends-on:
10
 
mbuiter
11
 
string
12
 
 
13
 
configure.ac:
14
 
gl_FUNC_MBSRCHR
15
 
gl_STRING_MODULE_INDICATOR([mbsrchr])
16
 
 
17
 
Makefile.am:
18
 
lib_SOURCES += mbsrchr.c
19
 
 
20
 
Include:
21
 
<string.h>
22
 
 
23
 
License:
24
 
LGPL
25
 
 
26
 
Maintainer:
27
 
Bruno Haible
28