summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/dequalify.yml
blob: b22fe060633a0bf74369110014f789fc8e22f50d (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
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 2014 Paval Pisa
enabled-by: true
interface-brief: |
  Performs a type cast which removes all qualifiers without warnings to the
  specified type for the specified pointer variable.
interface-definition:
  default: ${dequalify-depthx:/interface-name}(*, _type, _var)
  variants: []
interface-description: null
interface-name: RTEMS_DEQUALIFY
interface-notes: null
interface-params:
- description: |
    is the target type of the cast.
  dir: null
  name: _type
- description: |
    is the pointer variable.
  dir: null
  name: _var
interface-return:
  return: null
  return-values: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: /groups/api/basedefs
type: interface