source: rtems-central/spec/if/rtems/basedefs/string.yml @ 31a305f

Last change on this file since 31a305f was 31a305f, checked in by Sebastian Huber <sebastian.huber@…>, on 05/06/20 at 10:44:23

spec: Add some interface items

  • Property mode set to 100644
File size: 642 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2copyrights:
3- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
4enabled-by: []
5interface-brief: |
6  Stringifies _x without expanding.
7interface-definition:
8  default: "#_x"
9  variants: []
10interface-description: null
11interface-name: RTEMS_STRING
12interface-params:
13- description: |
14    is the token to stringify.
15  dir: null
16  name: _x
17interface-return:
18  return: |
19    The stringification of the token _x.
20  return-values: []
21interface-type: macro
22links:
23- role: interface-placement
24  uid: header
25- role: interface-ingroup
26  uid: /groups/api/basedefs
27type: interface
Note: See TracBrowser for help on using the repository browser.