[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
use_extended_names()'s return type
From: |
G. Branden Robinson |
Subject: |
use_extended_names()'s return type |
Date: |
Tue, 23 Jul 2024 11:52:49 -0500 |
Quoting my working copy (released language is synonymous):
int use_extended_names(bool bf);
use_extended_names returns the previous state of extended
capability name recognition, allowing you to save this property and
restore it.
So why not return a `bool` instead of an `int`?
Regards,
Branden
signature.asc
Description: PGP signature
- use_extended_names()'s return type,
G. Branden Robinson <=