Skip to content

HudsonSchumaker/C-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Library

Common C useful methods. Can be called by assembler.

string.c

 UPPERCASE
 lowercase
 camelCase
 PascalCase
 Capital Case
 snake_case
 kebab-case
 reverse
 left-trim
 right-trim
 trim
 concat two strings
 integer to char
 float to char
 double to char

math.c

 addition
 subtraction
 multiplication
 division
 increment
 decrement
 fatorial
 vec2
 vec3
 vec4
 matrix

geometry.c

 area square
 area rectangle
 area triangle
 area parallelogram
 area trapezoid
 area circle
 area sphere
 volume cube
 volume cone
 volume cylinder
 volume sphere

converter.c

 Celsius to Fahrenheit
 Fahrenheit to Celsius
 Celsius to Kelvin
 Kelvin to Celsius
 Kelvin to Fahrenheit
 Fahrenheit to Kelvin
 Metres to Km
 Km to Miles
 Miles to Km
 Knot to Km/h
 Km/h to knot
 PSI to BAR
 BAR to PSI
 Litter to Gallon
 Gallon to Litter
 Kilogram to Pounds
 Pounds to Kilogram
 Watts to HP (mechanical horsepower)
 HP (mechanical horsepower) to Watts

file.c

 create file
 append to file
 close file
 delete file