source: mainline/uspace/lib/cpp/include/ciso646@ 34b2f54d

Last change on this file since 34b2f54d was b57ba05, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 3 years ago

Update headers in C++ files

  • Property mode set to 100644
File size: 299 bytes
Line 
1/*
2 * SPDX-FileCopyrightText: 2018 Jaroslav Jindrak
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/**
8 * Note: This header is used in C standard library to add
9 * textual versions of operators (and, not, ...) but
10 * these are part of C++, so nothing has to be done
11 * here.
12 */
Note: See TracBrowser for help on using the repository browser.