diff options
-rw-r--r-- | remote_plot.c | 1 |
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> |