Commit 1d5d4186 by Vicent Marti

clar: haha

parent 73b58c91
#include "clar_libgit2.h"
#ifdef _WIN32
__cdecl int
int __cdecl main(int argc, char *argv[])
#else
int
int main(int argc, char *argv[])
#endif
main(int argc, char *argv[])
{
int res;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment