Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 332 Bytes

log.md

File metadata and controls

25 lines (18 loc) · 332 Bytes

log.h

Example

#include <stdio.h>
#include "owl.h"

int main(int argc, const char* argv[]) {
  // This will print the message and change the line
  owl_println("Print this message in a line");
}

Functions

owl_println       # printf with "\n" appended

API

#define owl_println(format, ...)