Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

protoize(1) [debian man page]

PROTOIZE(1)						      General Commands Manual						       PROTOIZE(1)

NAME
protoize, unprotoize - create/remove ANSI prototypes from C code SYNOPSIS
protoize [options] files .... unprotoize [options] files .... DESCRIPTION
This manual page documents briefly the protoize, and unprotoize commands. This manual page was written for the Debian GNU/Linux distribu- tion (but may be used by others), because the original program does not have a manual page. Instead, it has documentation in the GNU Info format; see below. protoize is an optional part of GNU C. You can use it to add prototypes to a program, thus converting the program to ANSI C in one respect. The companion program `unprotoize' does the reverse: it removes argument types from any prototypes that are found. When you run these programs, you must specify a set of source files as command line arguments. OPTIONS
These programs are non-trivial to operate, and it is neither possible nor desirable to properly summarize options in this man page. Read the info documentation for more information. SEE ALSO
The programs are documented fully by Gcc: The use and the internals of the GNU compiler, available via the Info system. The documentation for protoize/unprotoize can be found in the subsection "Invoking GCC", under "Running Protoize." AUTHOR
This manual page was written by Galen Hazelwood, for the Debian GNU/Linux system. PROTOIZE(1)

Check Out this Related Man Page

UIMA-UTILS(1)							  [FIXME: manual]						     UIMA-UTILS(1)

NAME
jcasgen - create Java source files for classes that enable JCas access to the CAS SYNOPSIS
jcasgen [-e this] [--example that] DESCRIPTION
This manual page documents briefly the jcasgen and bar commands. This manual page was written for the Debian(TM) distribution because the original program does not have a manual page. Instead, it has documentation in the GNU Info format; see below. jcasgen is a program that... OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. -h --help Show summary of options. -v --version Show version of program. SEE ALSO
bar (1), baz (1). The programs are documented fully by The Rise and Fall of a Fooish Bar available via the Info system. AUTHOR
This manual page was written by Fabien Poulard fabien.poulard@univ-nantes.fr for the Debian(TM) system (but may be used by others). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0. COPYRIGHT
Copyright (C) 2010 Fabien Poulard [FIXME: source] juillet 3, 2008 UIMA-UTILS(1)
Man Page

6 More Discussions You Might Find Interesting

1. Programming

Loading Gdb And Gcc In Unix System

Can any one help me out???? I need to install GDB and GCC in an UNIX machine. can any one point me to any lucid pointer to it. The gNU help on this is proving to be little tangential for me. (2 Replies)
Discussion started by: rraajjiibb
2 Replies

2. UNIX for Dummies Questions & Answers

ANSI C compiler on UNIX

Hi, I run into an error message like this (Bundled]) cc: "flat.c", line 350: error 1705: Function prototypes are an ANSI feature.' Also when trying to compile with -Aa or -Ae options I get (Bundled) cc:warning 480: The -A option is available only with the C/ANSI C product; ignored. Is that... (1 Reply)
Discussion started by: elenav
1 Replies

3. UNIX for Dummies Questions & Answers

Multiprocessing under Linux

I'm writing C programs to be executed on a multi-processor UNIX (GNU/Linux, kernel 2.6.11) Do I need to add a special kind of code to somewhere or run a special utility to execute the program file to be executed by all processors? Or is it handled automatically by kernel? (1 Reply)
Discussion started by: rayne
1 Replies

4. UNIX for Advanced & Expert Users

how to create .so files from .o files in HP-UX

Hi, I need to create .so files from .o files(compiled c files) in HP-UX env. I dont have GCC in the HP-UX server. Is there any other way to create without using GCC. I have done this in solaris.I had been using this command /opt/SUNONE8/SUNWspro/bin/cc -G -o abc.so ./abc.o... (5 Replies)
Discussion started by: suresh_kb211
5 Replies

5. Shell Programming and Scripting

Invoking a program in a loop

In the following script, I wish to invoke a compiled C++ program, consimv4 and pass it some command line arguments through the shell script's command line arguments and variables. But for some reason, when I run the script, I just return to the shell prompt and nothing happens. For the life of me,... (7 Replies)
Discussion started by: msaqib
7 Replies

6. UNIX for Advanced & Expert Users

How to write a UNIX man page

I realise that with GNU 'info' a lot of developers become, dare I say it, quite lazy when it comes to providing a well written man page - and some argue they're not needed at all. But I find, in the products that I develop, that man pages are used more often for quick reference, and therefore the... (1 Reply)
Discussion started by: cambridge
1 Replies