index
:
lowbat-bsd
att-syntax-rewrite
master
Lightweight low battery daemon for BSD systems
jozan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jo_printf.c
blob: facdaa1941d3440eb0fb30f001f96b2b6165ad36 (
plain
)
1
2
3
4
5
6
7
8
#include <stdio.h>
#include <jo_printf.h>
void
jo_printf
(
void
)
{
printf
(
"Hey!
\n
"
);
}