mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-18 03:00:14 +00:00
8 lines
61 B
C
8 lines
61 B
C
#include <stdio.h>
|
|
|
|
#include "a.h"
|
|
|
|
void a() {
|
|
puts("a");
|
|
}
|