Commit 1d757dd7 authored by Igor Zhirkov's avatar Igor Zhirkov
Browse files

stub

parent 99f3b253
#include <stdio.h>
int main( int argc, char** argv ) {
(void) argc; (void) argv; // supress 'unused parameters' warning
return 0;
}
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