diff options
Diffstat (limited to 'docs/interfacing/c')
-rw-r--r-- | docs/interfacing/c/index.rst | 10 |
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>`_ + |