summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/string.yml
blob: 81d85f69b8f98770439abac34424663e7290ebd6 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Stringifies the arguments without expanding them.
copyrights:
- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default:
    attributes: null
    body: '#__VA_ARGS__'
    params: []
    return: null
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_STRING
notes: null
params:
- description: |
    are the arguments to stringify.
  dir: null
  name: '...'
return:
  return: |
    Returns the stringification of the arguments.  In case of several arguments
    a single string is returned not several.
  return-values: []
type: interface