mirror of
https://github.com/Noratrieb/rlo-issue-112061.git
synced 2026-01-16 09:25:03 +01:00
more
This commit is contained in:
parent
3e1215e870
commit
096d0e78ac
6 changed files with 44 additions and 10 deletions
12
helper.c
Normal file
12
helper.c
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void print_var(uint8_t x) {
|
||||
printf("%d", x);
|
||||
}
|
||||
|
||||
void fn12_rs();
|
||||
|
||||
int main() {
|
||||
fn12_rs();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue