Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
ba23d328
Commit
ba23d328
authored
Jul 31, 1996
by
Per Cederqvist
Browse files
Fixed typo in comment.
parent
38a3371c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libraries/libmisc/s-string.c
View file @
ba23d328
/*
* $Id: s-string.c,v 1.1
7
199
5
/0
1/0
1 19:
31:37
ceder Exp $
* $Id: s-string.c,v 1.1
8
199
6
/0
7/3
1 19:
40:05
ceder Exp $
* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -46,7 +46,7 @@
* even if so stated.
*/
static
char
*
rcsid
=
"$Id: s-string.c,v 1.1
7
199
5
/0
1/0
1 19:
31:37
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: s-string.c,v 1.1
8
199
6
/0
7/3
1 19:
40:05
ceder Exp $"
;
#include
<sys/types.h>
#include
<stdio.h>
...
...
@@ -221,7 +221,7 @@ s_size_crea_str(String *result,
* Return a temporary String from a C string, i e return a struct
* pointing to the actual C string. Suitable for sending a 'String'
* object as parameter to a function (IF that function does not modify
* it
'
s parameter. Note that normally String variables should be set
* its parameter
)
. Note that normally String variables should be set
* by s_crea_str(), to deallocate the memory used by it.
*/
EXPORT
String
...
...
src/libraries/libmisc/s-string.h
View file @
ba23d328
/*
* $Id: s-string.h,v 1.1
1
199
5
/0
1/0
1 19:
31:38
ceder Exp $
* $Id: s-string.h,v 1.1
2
199
6
/0
7/3
1 19:
40:14
ceder Exp $
* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: s-string.h,v 1.1
1
199
5
/0
1/0
1 19:
31:38
ceder Exp $
* $Id: s-string.h,v 1.1
2
199
6
/0
7/3
1 19:
40:14
ceder Exp $
*
* s-string.h
* Our own string type. Definition of string type,
...
...
@@ -175,7 +175,7 @@ s_size_crea_str(String *result,
* Return a temporary String from a C string, i e return a struct
* pointing to the actual C string. Suitable for sending a 'String'
* object as parameter to a function (IF that function does not modify
* it
'
s parameter. Note that normally String variables should be set
* its parameter
)
. Note that normally String variables should be set
* by s_crea_str(), to deallocate the memory used by it.
*/
extern
String
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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