Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
d9339961
Commit
d9339961
authored
Nov 27, 2008
by
Pekka Pessi
Browse files
su/su_strdup.c: fixed whitespace
darcs-hash:20081127130710-db55f-ae5af7b73133e64cd96e1a475e181bc816841db7.gz
parent
9028f5d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
libsofia-sip-ua/su/su_strdup.c
libsofia-sip-ua/su/su_strdup.c
+5
-5
No files found.
libsofia-sip-ua/su/su_strdup.c
View file @
d9339961
...
...
@@ -27,7 +27,7 @@
* @CFILE su_strdup.c Home-based string duplication functions
*
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
*
*
* @date Created: Wed Jul 19 10:06:14 2000 ppessi
*/
...
...
@@ -44,7 +44,7 @@
*
* @param home pointer to memory home
* @param s string to be duplicated
*
*
* @return The function su_strdup() returns pointer to the newly created
* string, or @c NULL upon an error.
*/
...
...
@@ -70,7 +70,7 @@ char *su_strdup(su_home_t *home, char const *s)
* @param home pointer to memory home
* @param s1 string to be first string
* @param s2 string to be first string
*
*
* @return Pointer to the newly created string is returned, or @c NULL upon
* an error.
*/
...
...
@@ -104,7 +104,7 @@ char *su_strcat(su_home_t *home, char const *s1, char const *s2)
*
* @param home pointer to memory home
* @param ... NULL-terminated list of strings to be concatenated
*
*
* @return Pointer to the newly created string is returned, or @c NULL upon
* an error.
*/
...
...
@@ -152,7 +152,7 @@ char *su_strcat_all(su_home_t *home, ...)
* @param home pointer to memory home
* @param s string to be duplicated
* @param n size of the resulting string
*
*
* @return The function su_strndup() returns pointer to the newly created
* string, or @c NULL upon an error.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment