Choco OS  V.0.16.9.0
Join to the chocolate world
oc_lld.h
Go to the documentation of this file.
1 
28 #ifndef SYSTEM_PORTABLE_INC_LLD_OC_LLD_H_
29 #define SYSTEM_PORTABLE_INC_LLD_OC_LLD_H_
30 
31 #include <oc_1word.h>
32 #include <oc_compiler.h>
33 
34 #define oC_LLD_ConnectToMainDriver(DRIVER_NAME,FunctionSufix) oC_FUNCTION_REDEFINITION( oC_1WORD_FROM_4(oC_,DRIVER_NAME,_,FunctionSufix), oC_1WORD_FROM_4(oC_,DRIVER_NAME,_LLD_,FunctionSufix))
35 
36 #endif /* SYSTEM_PORTABLE_INC_LLD_OC_LLD_H_ */
Contains macros for creating one word from more words in macros.
The file contains definitions for the compiler, that helps to manage errors, etc. ...