index
:
prozesskommunikation
master
back from study time, always good to explain IPC
Thorsten Töpper
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
aufgabe3
/
log.h
blob: 1d046f88db43ffdcbeb8aa1e37036ad850e63e18 (
plain
) (
blame
)
1
2
3
4
5
6
7
#ifndef _LOG_H
#define _LOG_H
void
logmsg
();
void
logmsg_cleanup
();
#endif