diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-05-23 14:15:53 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-05-23 14:15:53 +0000 |
commit | 6b129278131fee012b17df123a3c05a67175d47e (patch) | |
tree | d225c2777683baa738ea75c4b4b204b571359a92 /apr.dsp | |
parent | 2a885e72baea21bc19466a86430ca995ab91a8ae (diff) | |
download | libapr-6b129278131fee012b17df123a3c05a67175d47e.tar.gz |
Add apr_strtok(), a thread-safe flavor of strtok() which has the
same interface as strtok_r().
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61673 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr.dsp')
-rw-r--r-- | apr.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -127,6 +127,10 @@ SOURCE=.\strings\apr_strings.c SOURCE=.\strings\apr_strnatcmp.c # End Source File +# Begin Source File + +SOURCE=.\strings\apr_strtok.c +# End Source File # End Group # Begin Group "passwd" |