Skip to content
/ QorLibC Public

The Lib C Implementation for the Qor Kernel

Notifications You must be signed in to change notification settings

AshTS/QorLibC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QorLibC

The Lib C Implementation for the Qor Kernel

Progress

  • <assert.h> Conditionally compiled macro that compares its argument to zero

  • <ctype.h> Functions to determine the type contained in character data

  • <errno.h> Macros reporting error conditions

  • <float.h> Limits of float types

  • <limits.h> Sizes of basic types

  • <locale.h> Localization utilities

  • <math.h> Common mathematics functions

  • <setjmp.h> Nonlocal jumps

  • <signal.h> Signal handling

  • <stdarg.h> Variable arguments

  • <stdbool.h> Macros for boolean type

  • <stddef.h> Common macro definitions

  • <stdint.h> Fixed-width integer types

  • <stdio.h> Input/output

  • <stdlib.h> General utilities: memory management, program utilities, string conversions, random numbers, algorithms

  • <string.h> String handling

  • <time.h> Time/date utilities

References

  1. https://en.cppreference.com/w/c/header

About

The Lib C Implementation for the Qor Kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published