File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / rc.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat May 19 00:29:49 2012 UTC (12 years, 1 month ago) by misho
Branches: MAIN
CVS tags: rpc6_1, rpc6_0, rpc5_5, rpc5_4, rpc5_3, rpc5_2, rpc5_1, rpc5_0, rpc4_4, rpc4_3, rpc4_2, rpc4_1, RPC6_0, RPC5_4, RPC5_3, RPC5_2, RPC5_1, RPC5_0, RPC4_4, RPC4_3, RPC4_2, RPC4_1, RPC4_0, HEAD
version 4.0

    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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>