PageRenderTime 48ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/libconfig-1.4.8/examples/c++/invalid.cfg

#
Unknown | 8 lines | 4 code | 4 blank | 0 comment | 0 complexity | 04be26e51ad2e973bfba17238e27a753 MD5 | raw file
Possible License(s): LGPL-2.1, LGPL-2.0
  1. // An example configuration file with an invalid @include.
  2. pi = 3.141592654;
  3. @include "missing.cfg"
  4. e = 2.718281828;