Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Last active August 10, 2025 12:18
Show Gist options
  • Save sogaiu/33be7113c89dd5b7ac0b884fa6604e79 to your computer and use it in GitHub Desktop.
Save sogaiu/33be7113c89dd5b7ac0b884fa6604e79 to your computer and use it in GitHub Desktop.
c resources

tool to show ranges of types

  • e.g. what is the range of int32_t
  • for things that don't have specific sizes (e.g. int varies show results for specific situations, e.g. is x86_64 enough to constrain what int's range is?)

standards

visibility

bitwise operators on integers

misc

beginner's guide to linkers

-l order

definition of LDFLAGS and other such things

list of sizes of types

K & R

Explain C Pointers Like I'm Five

JANET_API

c papers collection

how to write shared libraries

undefined behavior in c

type systems

register allocation

unexpected arm things

c problems

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment