-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
code-exampleServes as a code example, that informs how to use the static libraryServes as a code example, that informs how to use the static librarydocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Add code examples so new users would be able to easily use the library.
-
For each example you wish to upload to GitHub, create a new branch, and add the
example/prefix to its name.So a it would be named as
example/<EXAMPLE_NAME>. -
Place the example in the
src/maindirectory:- The
mainshould be thesrc/main/main.c. - Create your example objects (
.c/.hfiles) at thesrc/maindirectory. - Remove any redundant
.h/.cfiles from thesrc/maindirectory that are not related to your example. - Remove any redundant
.cfiles from thebuild-main.batandbuild-main.shscripts that are not related to your example.
- The
Metadata
Metadata
Assignees
Labels
code-exampleServes as a code example, that informs how to use the static libraryServes as a code example, that informs how to use the static librarydocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Projects
Status
Todo