Skip to main content
added 47 characters in body
Source Link
Madagascar
  • 10.1k
  • 1
  • 16
  • 52

Where would restrict be suitable to use?

Where would restrict be suitable to use?

added 65 characters in body
Source Link
Madagascar
  • 10.1k
  • 1
  • 16
  • 52

Are there any bugs or undefined/implementation-defined behavior in the code? Are there any edge cases where the functions would leak memory?

Are there any bugs or undefined/implementation-defined behavior in the code?

Are there any bugs or undefined/implementation-defined behavior in the code? Are there any edge cases where the functions would leak memory?

added 23 characters in body
Source Link
Madagascar
  • 10.1k
  • 1
  • 16
  • 52

The library (inspired by stb libraries) attempts to provide some commonly used functions (reading a file into memory, determining the size of a file) that are missing from the C standard library portably (for my own use cases).

The library (inspired by stb libraries) attempts to provide some commonly used functions (reading a file into memory, determining the size of a file) that are missing from the C standard library portably.

The library (inspired by stb libraries) attempts to provide some commonly used functions (reading a file into memory, determining the size of a file) that are missing from the C standard library portably (for my own use cases).

Source Link
Madagascar
  • 10.1k
  • 1
  • 16
  • 52
Loading