summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/xstring.yml
blob: 67c716051bf7d3112b22fb8ba2e4cbb54ae80252 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Stringifies the expansion of _x.
copyrights:
- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: ${string:/name}( _x )
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_XSTRING
notes: null
params:
- description: |
    is the token expand and stringify.
  dir: null
  name: _x
return:
  return: |
    The stringification of the expansion of token _x.
  return-values: []
type: interface