# include « Fonctions.h » void main() { PORTB=0; TRISB=0x07; while(1) { if (PORT.F0) petit(); if (PORT.F1) moyen(); if (PORT.F2) grand(); } }