Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-libraries
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-libraries
Commits
e3d33c31
Commit
e3d33c31
authored
Feb 25, 2019
by
johnvg@science.ru.nl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
Libraries/graph_copy/copy_graph_to_string.c
Libraries/graph_copy/copy_graph_to_string.c
+9
-0
No files found.
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