log.h (187B)
1#pragma once 2 3#include <stdarg.h> 4#include <stdio.h> 5 6void log_init(void); 7void log_deinit(void); 8 9void log_info(const char *fmtstr, ...); 10void log_infov(const char *fmtstr, va_list ap);
tmusTUI Music Player | |
git clone https://git.sinitax.com/sinitax/tmus | |
Log | Files | Refs | Submodules | LICENSE | sfeed.txt |