aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2020-05-29 15:40:35 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2020-05-29 15:40:35 +0200
commit65b351b5fcb93d9c10ef63067fdb77b3551baf8b (patch)
tree55e1979893906a80aebb6c98076f125eda3ee5af /examples
parent1635b4b1f201c7673ddce45c8d5f6bdaafc61cf8 (diff)
downloadembedlog-65b351b5fcb93d9c10ef63067fdb77b3551baf8b.tar.gz
embedlog-65b351b5fcb93d9c10ef63067fdb77b3551baf8b.tar.bz2
embedlog-65b351b5fcb93d9c10ef63067fdb77b3551baf8b.zip
src: move el_basename() from el-print.c to el-utils.c
el_basename() can be used by other modules and not only el-print, and it's better for it to reside in separate file. Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
Diffstat (limited to 'examples')
l---------examples/el-utils.c1
l---------examples/el-utils.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/el-utils.c b/examples/el-utils.c
new file mode 120000
index 0000000..822a39d
--- /dev/null
+++ b/examples/el-utils.c
@@ -0,0 +1 @@
+../src/el-utils.c \ No newline at end of file
diff --git a/examples/el-utils.h b/examples/el-utils.h
new file mode 120000
index 0000000..2315c63
--- /dev/null
+++ b/examples/el-utils.h
@@ -0,0 +1 @@
+../src/el-utils.h \ No newline at end of file