1 2 3 4 5 6 7
#ifndef _DA_H #define _DA_H extern void da_comp_carr(u_int8_t position); extern void da_init(void); #endif