source: mainline/uspace/lib/cpp/include/ciso646@ b57ba05

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

Update headers in C++ files

  • Property mode set to 100644
File size: 299 bytes
RevLine 
[13f7525]1/*
[b57ba05]2 * SPDX-FileCopyrightText: 2018 Jaroslav Jindrak
[13f7525]3 *
[b57ba05]4 * SPDX-License-Identifier: BSD-3-Clause
[13f7525]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.