-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempting to make CF_strnlen scope-applicable
- Loading branch information
jdfiguer
authored and
jdfiguer
committed
Jun 4, 2024
1 parent
12eff1c
commit ee875ae
Showing
3 changed files
with
32 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ee875ae
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jphickey Can I get your advice on fsw organization?:
I want to use a currently static inline-defined helper function called
CF_strnlen()
at a different source file in CF at this new location: https://github.com/nasa/CF/blob/12eff1c97935942fb9aaa57f44c5ad50918b35b4/fsw/src/cf_utils.c#L202What do you think is the best way to make that happen? My goal is to make accessible to both cf_utils.c and cf_cfdp.c