Changeset 6e4c44d for tests/PRNG.cfa
- Timestamp:
- Apr 27, 2023, 4:26:37 PM (19 months ago)
- Branches:
- ADT, master
- Children:
- 3982384
- Parents:
- b110bcc (diff), e6d8d11 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/PRNG.cfa
rb110bcc r6e4c44d 8 8 // Created On : Wed Dec 29 09:38:12 2021 9 9 // Last Modified By : Peter A. Buhr 10 // Last Modified On : S at Apr 15 16:44:31202311 // Update Count : 4 1910 // Last Modified On : Sun Apr 23 22:02:09 2023 11 // Update Count : 420 12 12 // 13 13 … … 123 123 124 124 int main() { 125 // causes leaked storage message 126 // setlocale( LC_NUMERIC, getenv( "LANG" ) ); // print digit separator 125 // setlocale( LC_NUMERIC, getenv( "LANG" ) ); // causes leaked storage message 126 127 // only works on the current pthread thread 127 128 // locale_t loc = newlocale( LC_NUMERIC_MASK, getenv( "LANG" ), (locale_t)0p ); 128 129 // if ( loc == (locale_t)0p ) abort( "newlocale" );
Note: See TracChangeset
for help on using the changeset viewer.