labs-edaf30/lab1/coding.h
2021-11-01 13:51:44 +01:00

6 lines
120 B
C

#ifndef CODING_H
#define CODING_H
unsigned char encode(unsigned char c);
unsigned char decode(unsigned char c);
#endif