diff options
| author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-05-30 05:06:24 +0300 |
|---|---|---|
| committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-05-30 05:06:24 +0300 |
| commit | cb84c217b5111eb7ae60755f69bbea2ac7b8f208 (patch) | |
| tree | 02e1faa36963a62111b48e722f583ced45375095 | |
| parent | af454b14b38175033be41220b5894e7fe975bd05 (diff) | |
| download | c-optional-cb84c217b5111eb7ae60755f69bbea2ac7b8f208.tar.gz c-optional-cb84c217b5111eb7ae60755f69bbea2ac7b8f208.zip | |
License and sardonic comment
| -rw-r--r-- | optional.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,9 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /** - * optional.h - some macros for optional types + * optional.h - Macros for optional types * - * 2023 Yaroslav de la Peña Smirnov + * Copyright (C) 2023 Yaroslav de la Peña Smirnov * + * Poor man's optional "type templates" for C */ + #ifndef OPTIONAL_H #define OPTIONAL_H |
