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
clean-libraries
Commits
e3d33c31
Commit
e3d33c31
authored
Feb 25, 2019
by
johnvg@science.ru.nl
Browse files
add function is_using_desc_relative_to_array to copy_graph_to_string.c
parent
5cf196cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Libraries/graph_copy/copy_graph_to_string.c
View file @
e3d33c31
...
...
@@ -26,6 +26,15 @@
# define USE_DESC_RELATIVE_TO_ARRAY 1
#endif
int
is_using_desc_relative_to_array
(
void
)
{
#ifdef USE_DESC_RELATIVE_TO_ARRAY
return
1
;
#else
return
0
;
#endif
}
extern
void
*
INT_descriptor
,
*
CHAR
,
*
BOOL
,
*
REAL
,
*
__STRING__
,
*
__ARRAY__
;
/*inline*/
...
...
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