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