Skip to content
GitLab
Menu
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
c9c9b81e
Commit
c9c9b81e
authored
Jul 06, 1991
by
Per Cederqvist
Browse files
Completet char -> unsigned char conversion.
Renamed s-collat-tables -> s-collat-tabs.
parent
a205209a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libraries/libmisc/s-string.h
View file @
c9c9b81e
...
...
@@ -31,7 +31,7 @@
#include <misc-types.h>
#include "s-collat-tab
le
s.h"
#include "s-collat-tabs.h"
typedef
long
String_size
;
...
...
@@ -155,7 +155,7 @@ s_size_crea_str(String *result,
* by s_crea_str(), to deallocate the memory used by it.
*/
extern
String
s_fcrea_str
(
const
char
*
c_string
);
s_fcrea_str
(
const
unsigned
char
*
c_string
);
...
...
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