Skip to content

Add Code Examples In New Branches #80

@taljacob2

Description

@taljacob2

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/main directory:

    • The main should be the src/main/main.c.
    • Create your example objects (.c / .h files) at the src/main directory.
    • Remove any redundant .h / .c files from the src/main directory that are not related to your example.
    • Remove any redundant .c files from the build-main.bat and build-main.sh scripts that are not related to your example.

Metadata

Metadata

Assignees

Labels

code-exampleServes as a code example, that informs how to use the static librarydocumentationImprovements or additions to documentationenhancementNew feature or requesthelp wantedExtra attention is needed

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions