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

leitec/libcompat

Repository files navigation

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)

About

Compatibility library for CodeWarrior Pro 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages