15 Commits (290f6bbe4e651dc9bd4cea0f5f61985ce7f92703)

Author SHA1 Message Date
  T. Meissner 290f6bbe4e fixed memory leak by adding free of in->pair array in dictionary_free() 10 years ago
  T. Meissner 95af873851 add new example of a (simple & not so safe) dictionary implementation from chapter 11 10 years ago
  T. Meissner 32b0ddf6b6 add comment 10 years ago
  T. Meissner 523e4b2aec added another example of extending a structure with nested anon. structs, nested in a anon. union for direct access of the nested struct 10 years ago
  T. Meissner 055bad853d moved source files in sub dirs for chapters; split Makefile for chapter10 & chapter11 sources 10 years ago
  T. Meissner 91bdbb65e2 added example of extending a structure with nested naynonymous declarations 10 years ago
  T. Meissner ead450fd8b refactoring of this_row() funct. by using pointer to string literals 10 years ago
  T. Meissner 66e5b090c1 add removing of dSYM folder in clean target 10 years ago
  T. Meissner f1af7fddc0 new target 'check' to run cppcheck on all *.c files 10 years ago
  T. Meissner 466ac5fbde add new example for designated initializers (ch. 10) 10 years ago
  T. Meissner 3865f438d3 add Makefile 10 years ago
  T. Meissner 1cd4dcfbe7 add new example of simple 'function' overloading using C11 _Generic keyword 10 years ago
  T. Meissner 37c2df71dd add check for return value of asprintf() 10 years ago
  T. Meissner 5d15239439 fixed order of includes; added _GNU_SOURCE define to succ. compile under Linux; through away return value of closedir() 10 years ago
  T. Meissner 88ac01498d initial commit of 21st century c book examples 10 years ago