UDI Environment: Difference between revisions

Partial revert - There should be no semicolons after #includes
[unchecked revision][unchecked revision]
m (Macros ain't having semicolons at their end, yey)
(Partial revert - There should be no semicolons after #includes)
Line 96:
'''i) Channels & udi_channel_t'''
 
'''File''' - <source lang="C">#include "udi.h";</source>
'''Declaration''' - <source lang="C">typedef <HANDLE> udi_channel_t;</source>
'''NullHandle''' - <source lang="C">#define UDI_NULL_CHANNEL <NULL HANDLE VALUE></source>
Line 104:
'''ii) Buffer Path Routing Handle & udi_buf_path_t'''
 
'''File''' - <source lang="C">#include "udi.h";</source>
'''Declaration''' - <source lang="C">typedef <HANDLE> udi_buf_path_t;</source>
'''NullHandle''' - <source lang="C">#define UDI_NULL_BUF_PATH <NULL HANDLE VALUE></source>
Line 112:
'''iii) Origin Handles & udi_origin_handle_t'''
 
'''File''' - <source lang="C">#include "udi.h";</source>
'''Declaration''' - <source lang="C">typedef <HANDLE> udi_origin_handle_t;</source>
'''NullHandle''' - <source lang="C">#define UDI_NULL_ORIGIN <NULL HANDLE VALUE></source>
1,490

edits