macos_main.cpp
Go to the documentation of this file.
1 /* =========================================================================
2  Copyright (C) 2001 Eric Lavigne
3 
4  Permission is granted to anyone to use this software for any purpose on any
5  computer system, and to redistribute it freely, subject to the following
6  restrictions:
7  - The author is not responsible for the consequences of use of this
8  software, no matter how awful, even if they arise from defects in it.
9  - The origin of this software must not be misrepresented, either by
10  explicit claim or by omission.
11  - You are allowed to distributed modified copies of the software, in source
12  and binary form, provided they are marked plainly as altered versions, and
13  are not misrepresented as being the original software.
14  ========================================================================= */
15 
16 #include <stdlib.h>
17 #include <string.h>
18 #include <stdio.h>
19 #include <Memory.h>
20 #include <GUSICommandLine.h>
21 #include <stdlib.h>
22 
23 /* ========================================================================= */
24 
25 DECLARE_MAIN(curl)
26 
27 REGISTER_MAIN_START
28 REGISTER_MAIN(curl)
29 REGISTER_MAIN_END
30 
31 /* ========================================================================= */
32 
33 int main()
34 {
35  ::MaxApplZone();
36  for (int i = 1; i <= 10; i++)
37  ::MoreMasters();
38 
39  (void) exec_commands();
40 
41  return 0;
42 }
43 
44 
unsigned int i
Definition: unit1303.c:79
REGISTER_MAIN_START REGISTER_MAIN_END int main()
Definition: macos_main.cpp:33
static CURL * curl
Definition: sessioninfo.c:35


rc_tagdetect_client
Author(s): Monika Florek-Jasinska , Raphael Schaller
autogenerated on Sat Feb 13 2021 03:42:15