libnix-reference

Summarize libnix C runtime function availability and POSIX compatibility for AmigaOS.

30|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/bdgscotland/amiport --skill libnix-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: libnix-reference
Source: https://github.com/bdgscotland/amiport/tree/main/.claude/skills/libnix-reference
Command: npx skills add https://github.com/bdgscotland/amiport --skill libnix-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

libnix-reference provides a centralized, portable guide to which libnix C runtime and POSIX functions are available, helping developers verify compatibility on AmigaOS and avoid undefined symbol issues.

Core Features & Use Cases

  • Comprehensive list of 700+ functions with presence vs. missing status.
  • Runtime behavior notes from libnix.texi to understand function semantics.
  • Quick-reference guidance for debugging linker errors related to missing functions.

Quick Start

Query libnix-reference to confirm whether a specific function (e.g., strptime, getline) is available and review any related caveats.

Frequently Asked Questions about libnix-reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if a libnix C runtime function is available on AmigaOS?

To check libnix C runtime function availability on AmigaOS, query the function name to verify its presence or missing status. This reference summarizes 700+ functions and POSIX compatibility to help developers avoid undefined symbol issues during compilation.

Why does my AmigaOS build fail with undefined symbol linker errors?

AmigaOS builds fail with undefined symbol errors when referencing missing libnix functions. This reference provides quick-reference guidance for debugging linker errors by confirming whether specific functions like strptime or getline are present in the libnix C runtime libraries.

What POSIX functions does libnix support for AmigaOS development?

Libnix supports over 700 POSIX and C runtime functions for AmigaOS development. This reference details the presence versus missing status of these functions, allowing developers to verify compatibility and understand runtime behavior notes sourced from libnix.texi.

Are there runtime behavior caveats for missing libnix functions?

Yes, there are runtime behavior caveats for missing libnix functions documented in libnix.texi. This reference provides runtime behavior notes to understand function semantics, ensuring developers recognize the implications of function presence, absence, and runtime behavior during debugging.

How do I verify strptime or getline availability in libnix?

To verify strptime or getline availability in libnix, query the specific function name to check its presence versus missing status. This allows developers to quickly confirm support and review any related caveats before integrating these functions into AmigaOS applications.