Skip to main content

C Library

The libamtrack C code library is available at: 🔗 GitHub Repository

Getting Started​

The easiest way to use libamtrack is through:

  • Web Application: A user-friendly interface for common calculations.
  • Python Wrapper: Provides easy access to libamtrack functionalities without requiring C programming.

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