diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-11-21 18:29:54 +0100 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-11-21 18:29:54 +0100 |
commit | 380465cc62d2a8cd59e4c69026e64f0f97a79e2f (patch) | |
tree | 52ad389b071ce03e14d2f55b7951e380d94dba59 /01_hello_dynld/libgreet.c | |
parent | 8f487b87ac4b2172508ca95c1d4d7ce9793d83a5 (diff) | |
download | dynld-380465cc62d2a8cd59e4c69026e64f0f97a79e2f.tar.gz dynld-380465cc62d2a8cd59e4c69026e64f0f97a79e2f.zip |
rename 01
Diffstat (limited to '01_hello_dynld/libgreet.c')
-rw-r--r-- | 01_hello_dynld/libgreet.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/01_hello_dynld/libgreet.c b/01_hello_dynld/libgreet.c deleted file mode 100644 index 2419d92..0000000 --- a/01_hello_dynld/libgreet.c +++ /dev/null @@ -1,5 +0,0 @@ -#include <stdio.h> - -void greet() { - puts("Hello from libgreet.so!"); -} |