]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/mobile/jni/thirdparty/curl/src/macos/src/macos_main.cpp
Add MuPDF native source codes
[hornmich/skoda-qr-demo.git] / QRScanner / mobile / jni / thirdparty / curl / src / macos / src / macos_main.cpp
1 /* =========================================================================\r   Copyright (C) 2001 Eric Lavigne\r\r       Permission is granted to anyone to use this software for any purpose on any\r    computer system, and to redistribute it freely, subject to the following \r      restrictions:\r  - The author is not responsible for the consequences of use of this \r   software, no matter how awful, even if they arise from defects in it.\r  - The origin of this software must not be misrepresented, either by \r   explicit claim or by omission.\r - You are allowed to distributed modified copies of the software, in source \r   and binary form, provided they are marked plainly as altered versions, and\r     are not misrepresented as being the original software.\r   ========================================================================= */\r\r#include <stdlib.h>\r#include <string.h>\r#include <stdio.h>\r#include <Memory.h>\r#include <GUSICommandLine.h>\r#include <stdlib.h>\r\r/* ========================================================================= */\r\rDECLARE_MAIN(curl)\r\rREGISTER_MAIN_START\rREGISTER_MAIN(curl)\rREGISTER_MAIN_END\r\r/* ========================================================================= */\r\rint main()\r{\r ::MaxApplZone();\r       for (int i = 1; i <= 10; i++)\r          ::MoreMasters();\r\r      (void) exec_commands();\r        \r       return 0;\r}\r\r\r