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
/
aufgabe4
/
conv.h
blob: f593aab2ba65ac008349c655d1553497016a18e0 (
plain
) (
blame
)
1
2
3
4
5
6
7
#ifndef _CONV_H
#define _CONV_H
void
conv
();
void
conv_cleanup
();
#endif