aboutsummaryrefslogtreecommitdiff
path: root/remote_plot.c
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2024-11-24 18:16:26 -0800
committerXiao Pan <xyz@flylightning.xyz>2024-11-24 18:16:26 -0800
commit7901e100d7ab889caf495e7dcab39b16ea86a4b1 (patch)
tree19d07bbd3783bbb0c1f11354bcc8e1dfbc1f0d0a /remote_plot.c
parent9b51a1a20d060e7ebdb25addcab0c1e1b9bdd6a5 (diff)
add reference
Diffstat (limited to 'remote_plot.c')
-rw-r--r--remote_plot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote_plot.c b/remote_plot.c
index b9f95f4..ff2f888 100644
--- a/remote_plot.c
+++ b/remote_plot.c
@@ -1,6 +1,7 @@
// references:
// https://api.libssh.org/stable/libssh_tutorial.html
// https://api.libssh.org/stable/libssh_tutor_guided_tour.html
+// plplot example 17
#include <libssh/libssh.h>
#include <stdlib.h>