Skip to main content

Introduction

The libamtrack C code library is available at: 🔗 GitHub Repository
Using libamtrack in C code is intended for programmers familiar with C.

Documentation​

Most of the documentation is available in the repository:

âš  Note: Some parts of the documentation may not be updated for years, so always cross-check with the actual code when possible.

Exploring the Code​

  • Header Files: The best place to start when exploring the code. Most headers contain Doxygen comments explaining each method.
    🔗 Header Files

  • Example C Code: Demonstrates how to use libamtrack in practice.
    🔗 Example C Code