summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/xconcat.yml
blob: 2b753b0e3f673162c18b7b51392cbdc84cde1d30 (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
34
35
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Concatenates expansion of _x and expansion of _y.
copyrights:
- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: ${concat:/name}( _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_XCONCAT
notes: null
params:
- description: |
    is expanded first and then used as the left hand side token of the
    concatenation.
  dir: null
  name: _x
- description: |
    is expanded first and then used as the right hand side token of the
    concatenation.
  dir: null
  name: _y
return:
  return: |
    Returns the concatenation of the expansions of tokens _x and _y.
  return-values: []
type: interface