Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 328 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 328 Bytes

libcompat

This library provides some functions needed for porting more modern code to CodeWarrior Pro 1. With the exception of snprintf (which is not mine) consider this public domain code.

  • C99 integer types
  • size_t
  • __time() relative to UNIX epoch
  • strdup
  • strcasecmp
  • snprintf (Mark Martinec's)