- Timestamp:
- Jan 17, 2022, 4:43:46 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 0c51f9ad
- Parents:
- 9ee3f54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/startup.cfa
r9ee3f54 raa15f49 10 10 // Created On : Tue Jul 24 16:21:57 2018 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jan 12 18:51:24 202213 // Update Count : 5 112 // Last Modified On : Mon Jan 17 16:41:54 2022 13 // Update Count : 55 14 14 // 15 15 … … 17 17 #include <locale.h> // setlocale 18 18 #include <stdlib.h> // getenv 19 #include "bits/defs.hfa" // rdtscl 19 20 #include "startup.hfa" 20 #include "bits/defs.hfa"21 21 22 extern uint32_t __global_random_seed, __global_random_state; 22 extern uint32_t __global_random_seed; // sequential/concurrent 23 extern uint32_t __global_random_state; // sequential 23 24 24 25 extern "C" { … … 26 27 void __cfaabi_appready_startup( void ) { 27 28 tzset(); // initialize time global variables 28 setlocale( LC_NUMERIC, getenv("LANG") );29 29 #ifdef __CFA_DEBUG__ 30 30 extern void heapAppStart();
Note: See TracChangeset
for help on using the changeset viewer.