solana/sdk/bpf/c/inc/stdio.h

5 lines
81 B
C

#pragma once
typedef void *FILE;
int printf(const char * restrictformat, ... );