Jump to content

CUtil Functions: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:CUtil to CUtil Functions
Ak120 (talk | contribs)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
CUtil is a library that contains several kind of functions.
CUtil is a library that contains several kind of functions. For more information visit the [[CUtil]] page.  


==License==
==License==
Line 23: Line 23:
==Links==
==Links==
* [http://www.os2world.com/wiki/index.php/CUtil CUtil information]
* [http://www.os2world.com/wiki/index.php/CUtil CUtil information]
*Download: [http://hobbes.nmsu.edu/download/pub/os2/dev/c/CUtil-src-20080103.zip CUtil-src-20080103.zip] - Source code at Hobbes


[[Category:C Libraries]]
[[Category:C Libraries]]

Latest revision as of 19:19, 3 July 2022

CUtil is a library that contains several kind of functions. For more information visit the CUtil page.

License

  • Open source - BSD 3 Clauses

Functions

  • MakeEnv
  • EAWriteASCII
  • EAReadASCII
  • EAWrite
  • EARead
  • EAWriteMV
  • EAReadMV
  • EAWriteRaw
  • EAReadRaw
  • History
  • ileExist
  • DelDir
  • GetDateTime
  • LoadLanguageModule
  • DetermineHelpFileName

Links