Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clm
Commits
70ef96d5
Commit
70ef96d5
authored
Oct 13, 2003
by
John van Groningen
Browse files
generate type String in clean for a CleanString type in c, if the
clean type is not specified
parent
32a6323d
Changes
1
Hide whitespace changes
Inline
Side-by-side
htoclean/htoclean source code/fclc.icl
View file @
70ef96d5
...
...
@@ -1032,6 +1032,8 @@ c_type_to_clean_type "int"
=
"Int"
;
c_type_to_clean_type
"double"
=
"Real"
;
c_type_to_clean_type
"CleanString"
=
"{#Char}"
;
c_type_to_clean_type
"CleanIntArray"
=
"{#Int}"
;
c_type_to_clean_type
"CleanRealArray"
...
...
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