Jump to content

CUtil: Difference between revisions

From EDM2
Created page with "CUtil is a C functions library originally written by Klaus Breining for use in his own developments. The functions are primarily bread & butter stuff like querying the OS ..."
 
Ak120 (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


==Links==
==Links==
* [http://hobbes.nmsu.edu/h-search.php?key=CUtil-src CUtil download on Hobbes]
* [CUtil-src-20080103.zip] (source)


==License==
==License==
Line 10: Line 10:


==Author==
==Author==
* [[Klaus Breining]]
*Klaus Breining
* [[Noller & Breining Software]]
*Noller & Breining Software


[[Category:Tools]][[Category:C]][[Category:Open Source Software]][[Category:Software written in C]]
[[Category:C Libraries]][[Category:Open Source Software]][[Category:Software written in C]]

Latest revision as of 19:21, 3 July 2022

CUtil is a C functions library originally written by Klaus Breining for use in his own developments. The functions are primarily bread & butter stuff like querying the OS for time and current language used and can be highly useful for a beginner or intermediate programmers that have not yet built up a library of their own functions, a large number of these are OS/2 specific and therefore much of this library will probably not be of much use to those targeting other operating systems.

Note that most (not all) comments in the source code are in German, understandably, but that is what automatic translation website are for anyway.

Links

  • [CUtil-src-20080103.zip] (source)

License

Author

  • Klaus Breining
  • Noller & Breining Software