Choco OS
V.0.16.9.0
Join to the chocolate world
|
Contains macros for creating one word from more words in macros. More...
Go to the source code of this file.
Macros | |
#define | oC_1WORD_FROM_2(A, B) _oC_1WORD_FROM_2( A , B ) |
#define | oC_1WORD_FROM_3(A, B, C) _oC_1WORD_FROM_3( A , B , C) |
#define | oC_1WORD_FROM_4(A, B, C, D) _oC_1WORD_FROM_4( A , B , C , D) |
#define | oC_1WORD_FROM_5(A, B, C, D, E) _oC_1WORD_FROM_5( A , B , C , D , E) |
#define | oC_1WORD_FROM_6(A, B, C, D, E, F) _oC_1WORD_FROM_6( A , B , C , D , E , F) |
#define | oC_1WORD_FROM_7(A, B, C, D, E, F, G) _oC_1WORD_FROM_7( A , B , C , D , E , F , G) |
#define | oC_1WORD_FROM_8(A, B, C, D, E, F, G, H) _oC_1WORD_FROM_8( A , B , C , D , E , F , G , H) |
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Definition in file oc_1word.h.
Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName
All | parameters will be concatenates to receive one word |
Definition at line 90 of file oc_1word.h.
Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName
All | parameters will be concatenates to receive one word |
Definition at line 100 of file oc_1word.h.
Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName
All | parameters will be concatenates to receive one word |
Definition at line 110 of file oc_1word.h.
Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName
All | parameters will be concatenates to receive one word |
Definition at line 120 of file oc_1word.h.
Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName
All | parameters will be concatenates to receive one word |
Definition at line 130 of file oc_1word.h.
Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName
All | parameters will be concatenates to receive one word |
Definition at line 140 of file oc_1word.h.
Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName
All | parameters will be concatenates to receive one word |
Definition at line 150 of file oc_1word.h.