Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Advertisement
Derik_hacker

Untitled

Apr 4th, 2025
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1. // bcd.h
  2. #ifndef BCD_H
  3. #define BCD_H
  4.  
  5. // Dichiarazione della funzione per convertire un numero in BCD
  6. unsigned short bin2bcd(unsigned short val);
  7.  
  8. #endif // BCD_H
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement