Rename basic_logging.c to basic.c, replacing the old version.
Having debugging on by default in the example seems to help people trying out the library, and with the default_logger() call it's not too much extra complication. We should also write an example/complex.c that exercises all the callback options, a custom allocator and so on.
This commit is contained in:
@@ -61,7 +61,6 @@ Headers = Split("""
|
||||
|
||||
Examples = Split("""
|
||||
basic.c
|
||||
basic_logging.c
|
||||
active.c
|
||||
roster.c
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user