mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +04:00
7 lines
140 B
C
7 lines
140 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "furi.h"
|
||
|
|
|
||
|
|
FuriRecordSubscriber* get_default_log();
|
||
|
|
void fuprintf(FuriRecordSubscriber* f, const char * format, ...);
|