Skip to content

Instantly share code, notes, and snippets.

@louy2
Created February 3, 2019 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save louy2/a95676ee6a61abfd2d40009c0a2a039c to your computer and use it in GitHub Desktop.
Save louy2/a95676ee6a61abfd2d40009c0a2a039c to your computer and use it in GitHub Desktop.
Dumb errors programming in C
> error: unknown type name 'size_t'
Always put your own header files after system header files, otherwise they will not pick up system types.
Or include necessary system headers in the header file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment