aboutsummaryrefslogtreecommitdiff
path: root/01_hello_dynld/main.c
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-11-21 18:29:54 +0100
committerjohannst <johannes.stoelp@gmail.com>2020-11-21 18:29:54 +0100
commit380465cc62d2a8cd59e4c69026e64f0f97a79e2f (patch)
tree52ad389b071ce03e14d2f55b7951e380d94dba59 /01_hello_dynld/main.c
parent8f487b87ac4b2172508ca95c1d4d7ce9793d83a5 (diff)
downloaddynld-380465cc62d2a8cd59e4c69026e64f0f97a79e2f.tar.gz
dynld-380465cc62d2a8cd59e4c69026e64f0f97a79e2f.zip
rename 01
Diffstat (limited to '01_hello_dynld/main.c')
-rw-r--r--01_hello_dynld/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/01_hello_dynld/main.c b/01_hello_dynld/main.c
deleted file mode 100644
index a12a448..0000000
--- a/01_hello_dynld/main.c
+++ /dev/null
@@ -1,6 +0,0 @@
-extern void greet();
-
-int main() {
- greet();
- return 0;
-}