Index
lognestmonster
/
8b5ad17
A general-purpose single-header C logging library and parser for event-based logs. (Incomplete)
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
129
17 Nov 2019 17:15
07b6381
Create lognestmonster.h C implementation
Josh Stockin
1
10
0
N
Blob @
lognestmonster
/
src
/
c
/
lognestmonster.h
text/plain
226 bytes
download raw
1
// Copyright (c) 2019 Joshua 'joshuas3' Stockin
2
// lognestmonster.h
3
// C header file for implementation of the lognestmonster logging library
4
5
#ifndef __LOGNESTMONSTER__
6
#define __LOGNESTMONSTER__ 1
7
8
// implementation
9
10
#endif
11