Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-sdk
Commits
b8295fb9
Commit
b8295fb9
authored
4 years ago
by
Constantin Papizh
Browse files
Options
Downloads
Patches
Plain Diff
extern c def
parent
3dadda5b
No related branches found
No related tags found
2 merge requests
!110
Master
,
!109
extern c def
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dap-sdk/core/include/dap_file_utils.h
+8
-0
8 additions, 0 deletions
dap-sdk/core/include/dap_file_utils.h
with
8 additions
and
0 deletions
dap-sdk/core/include/dap_file_utils.h
+
8
−
0
View file @
b8295fb9
...
@@ -66,6 +66,10 @@ typedef struct dap_list_name_directories{
...
@@ -66,6 +66,10 @@ typedef struct dap_list_name_directories{
* @dir_path directory pathname
* @dir_path directory pathname
* @return true, if the directory path contains only ASCII symbols
* @return true, if the directory path contains only ASCII symbols
*/
*/
#ifdef __cplusplus
extern
"C"
{
#endif
bool
dap_valid_ascii_symbols
(
const
char
*
a_dir_path
);
bool
dap_valid_ascii_symbols
(
const
char
*
a_dir_path
);
/**
/**
...
@@ -111,4 +115,8 @@ dap_list_name_directories_t *dap_get_subs(const char *a_path_name);
...
@@ -111,4 +115,8 @@ dap_list_name_directories_t *dap_get_subs(const char *a_path_name);
*/
*/
bool
dap_file_get_contents
(
const
char
*
filename
,
char
**
contents
,
size_t
*
length
);
bool
dap_file_get_contents
(
const
char
*
filename
,
char
**
contents
,
size_t
*
length
);
#ifdef __cplusplus
}
#endif
#endif // _FILE_UTILS_H_
#endif // _FILE_UTILS_H_
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment