Libraries Memo
Standard Libraries
stdio.h
: standard input/outputstdlib.h
: standard library (memory allocation, random number generation, etc.)string.h
: string manipulationmath.h
: mathematical functionstime.h
: date and time functionsctype.h
: character handling functionsstdbool.h
: boolean type and values