annotate modules/strnlen1 @ 11532:ced50f413405

Relicense mbsrtowcs and strnlen1 under LGPLv2+.
author Bruno Haible <bruno@clisp.org>
date Sat, 02 May 2009 12:33:44 +0200
parents 085fe0908938
children 1f14c6dd175d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6047
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Quick string length estimation.
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/strnlen1.h
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/strnlen1.c
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 memchr
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Makefile.am:
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 lib_SOURCES += strnlen1.h strnlen1.c
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Include:
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 "strnlen1.h"
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 License:
11532
ced50f413405 Relicense mbsrtowcs and strnlen1 under LGPLv2+.
Bruno Haible <bruno@clisp.org>
parents: 6047
diff changeset
20 LGPLv2+
6047
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Maintainer:
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Bruno Haible
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24