Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 63) sorted by relevance

123

/manual/
A Dstartup.texi53 @cindex @code{main} function
54 @findex main
55 The system starts a C program by calling the function @code{main}. It
56 is up to you to write a function named @code{main}---otherwise, you
59 In @w{ISO C} you can define @code{main} either to take no arguments, or to
64 int main (int @var{argc}, char *@var{argv}[])
73 @code{main}. If @code{main} doesn't take arguments, then you cannot get
90 int main (int @var{argc}, char *@var{argv}[], char *@var{envp}[])
97 @code{main} to take two arguments, and use the value of @code{environ}.
489 @code{environ} as the third argument to @code{main}.
[all …]
A Dprobes.texi29 This probe is triggered after the main arena is extended by calling
36 This probe is triggered after the size of the main arena is decreased by
104 additional arena (not the main arena), but before the arena is assigned
122 the main arena, but a subsequent allocation from it fails: then, and
136 needs a retry after a failure to allocate from the main arena, there
A Dsetjmp.texi24 suppose you have an interactive program that has a ``main loop'' that
28 be useful to be able to return immediately to the ``main loop'' instead
40 returning to the ``main loop''.)
67 control back to the main loop of the program, no matter where it is
70 The flow of control inside the @code{main} function may appear a little
76 to @code{setjmp} in @code{main} were returning a second time with a value
A Dstdio-fp.c14 main (void) in main() function
/manual/examples/
A Dargp-ex1.c27 main (int argc, char **argv) in main() function
A Datexit.c28 main (void) in main() function
A Dfmtmsgexpl.c21 main (void) in main() function
A Dstpcpy.c22 main (void) in main() function
A Dargp-ex2.c57 main (int argc, char **argv) in main() function
A Dstrdupa.c25 main (void) in main() function
A Dmemopen.c23 main (void) in main() function
A Dsigh1.c40 main (void) in main() function
A Ddir.c25 main (void) in main() function
A Dsetjmp.c31 main (void) in main() function
A Ddir2.c30 main (void) in main() function
A Dmemstrm.c21 main (void) in main() function
A Dadd.c38 main (void) in main() function
A Dselect.c52 main (void) in main() function
A Dexecinfo.c51 main (void) in main() function
A Dgenpass.c23 main(void) in main() function
A Dpopen.c36 main (void) in main() function
A Dstrftim.c24 main (void) in main() function
A Dtestpass.c30 main(void) in main() function
A Dsigusr.c50 main (void) in main() function
A Dtestopt.c25 main (int argc, char **argv) in main() function

Completed in 45 milliseconds

123