This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
rlib
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5618666314275a411fbbc21440c1655e90350cc7
rlib
/
rmerge.c
T
4 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
chore: add clang-format config, CI workflow, Makefile, and initial C library source files
2025-01-14 17:53:15 +00:00
#include
"rmerge.h"
int
main
(
int
argc
,
char
*
argv
[])
{
return
rmerge_main
(
argc
,
argv
);
}
Reference in New Issue
Copy Permalink