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

« back to all changes in this revision

Viewing changes to gnulib/modules/c-strstr

  • 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
 
Search for a substring in a string in C locale.
3
 
 
4
 
Files:
5
 
lib/c-strstr.h
6
 
lib/c-strstr.c
7
 
 
8
 
Depends-on:
9
 
stdbool
10
 
malloca
11
 
strnlen
12
 
 
13
 
configure.ac:
14
 
 
15
 
Makefile.am:
16
 
lib_SOURCES += c-strstr.h c-strstr.c
17
 
 
18
 
Include:
19
 
"c-strstr.h"
20
 
 
21
 
License:
22
 
LGPL
23
 
 
24
 
Maintainer:
25
 
Bruno Haible
26