labs-edaf30/lab1/coding.h

7 lines
120 B
C
Raw Permalink Normal View History

#ifndef CODING_H
#define CODING_H
2021-10-27 15:15:47 +02:00
unsigned char encode(unsigned char c);
unsigned char decode(unsigned char c);
#endif