summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/concat.yml
blob: d0f7ebddeda3362aec15e583b29b87530fc64efb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Concatenates _x and _y without expanding.
copyrights:
- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: _x##_y
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_CONCAT
notes: null
params:
- description: |
    is the left hand side token of the concatenation.
  dir: null
  name: _x
- description: |
    is the right hand side token of the concatenation.
  dir: null
  name: _y
return:
  return: |
    Returns the concatenation of the tokens _x and _y.
  return-values: []
type: interface