Return to rc.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example |
1.2 ! misho 1: #ifndef __RC_H ! 2: #define __RC_H ! 3: ! 4: ! 5: #define RC_aaa 1 ! 6: #define RC_BBB 2 ! 7: #define RC_xYz 4 ! 8: #define RC_xxx 5 ! 9: ! 10: ! 11: #endif