diff options
Diffstat (limited to 'doc/c/overview.rst')
-rw-r--r-- | doc/c/overview.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/c/overview.rst b/doc/c/overview.rst new file mode 100644 index 0000000..3b26a5b --- /dev/null +++ b/doc/c/overview.rst @@ -0,0 +1,12 @@ +######## +Overview +######## + +.. default-domain:: c +.. highlight:: c + +The complete API is declared in ``sratom.h``: + +.. code-block:: c + + #include <sratom/sratom.h> |