Files
T2-start-2025/C/t-oer-prc2-cbdb-main-Assignments-Adidas/Adidas/shared/parity.h
Rens Pastoor 11b391b8a1 sync
2025-05-27 22:41:46 +02:00

9 lines
100 B
C

#ifndef PARITY_H
#define PARITY_H
#include <stdint.h>
uint8_t add_parity(uint8_t nibble);
#endif