Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
CMakeLists.txt:
Browse files Browse the repository at this point in the history
  Adding strnlen.c into the list of source files.
  • Loading branch information
bar@mysql.com/bar.myoffice.izhnet.ru committed May 30, 2007
1 parent 457491f commit 05c75a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ADD_LIBRARY(strings bchange.c bcmp.c bfill.c bmove512.c bmove_upp.c ctype-big5.c
is_prefix.c llstr.c longlong2str.c my_strtoll10.c my_vsnprintf.c r_strinstr.c
str2int.c str_alloc.c strcend.c strend.c strfill.c strmake.c strmov.c strnmov.c
strtod.c strtol.c strtoll.c strtoul.c strtoull.c strxmov.c strxnmov.c xml.c
my_strchr.c strcont.c strinstr.c)
my_strchr.c strcont.c strinstr.c strnlen.c)

0 comments on commit 05c75a9

Please sign in to comment.