mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-15 01:30:01 +00:00
6 lines
60 B
C
6 lines
60 B
C
#include <stdio.h>
|
|
|
|
#include "b.h"
|
|
|
|
void b() { puts("b"); }
|