CTCINIT()
Initializes the CT3 library, C part
- Syntax
-
- CTCINIT () -> lInitialized
- Arguments
-
- None
- Returns
-
- lInitialized .T. if the function has been correctly initialized
- Description
-
- The CTCINIT() function initializes the C source part of the CT3 library. Do not call this function directly.
- Status
-
- Ready
- Compliance
-
- CTCINIT() is a new function in Harbour's CT3 library.
- Platforms
-
- All
- Files
-
- Source is ctc.c, library is libct.
- See Also