summaryrefslogtreecommitdiffstats
path: root/docs/interfacing/c
diff options
context:
space:
mode:
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>2021-10-13 12:40:42 +0200
committerDave Wallace <dwallacelf@gmail.com>2021-10-13 23:22:32 +0000
commitcbb4e460c481223282774b37add0bf9fb9e6170a (patch)
treec4d6490e725806088e397bf7bc0daf05e4ab5374 /docs/interfacing/c
parent9ad39c026c8a3c945a7003c4aa4f5cb1d4c80160 (diff)
docs: C & C++ apis examples
Type: docs Change-Id: I5b6c388332bdd3a29777d728c3357816c8411ea2 Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'docs/interfacing/c')
-rw-r--r--docs/interfacing/c/index.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/interfacing/c/index.rst b/docs/interfacing/c/index.rst
new file mode 100644
index 00000000000..e1de10ff77c
--- /dev/null
+++ b/docs/interfacing/c/index.rst
@@ -0,0 +1,10 @@
+.. _cvpp:
+
+============
+C api client
+============
+
+You can find a good example on how to build a binary API client in C here :
+
+`src/vpp-api/vapi/vapi_c_test.c <__REPOSITORY_URL__/src/vpp-api/vapi/vapi_c_test.c>`_
+