Added short comments.
This commit is contained in:
@@ -28,6 +28,7 @@ char *progname;
|
|||||||
*/
|
*/
|
||||||
enum GapMode {APPEND, PREPEND, SPLIT};
|
enum GapMode {APPEND, PREPEND, SPLIT};
|
||||||
|
|
||||||
|
/* Print usage information and exit */
|
||||||
void usage (int status)
|
void usage (int status)
|
||||||
{
|
{
|
||||||
if (0 == status) {
|
if (0 == status) {
|
||||||
@@ -48,6 +49,7 @@ void usage (int status)
|
|||||||
exit (status);
|
exit (status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Print version information and exit */
|
||||||
void version ()
|
void version ()
|
||||||
{
|
{
|
||||||
printf("%s\n", PACKAGE_STRING);
|
printf("%s\n", PACKAGE_STRING);
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
char *progname;
|
char *progname;
|
||||||
|
|
||||||
|
/* Print usage information and exit */
|
||||||
void usage (int status)
|
void usage (int status)
|
||||||
{
|
{
|
||||||
if (0 == status) {
|
if (0 == status) {
|
||||||
@@ -37,6 +38,7 @@ void usage (int status)
|
|||||||
exit (status);
|
exit (status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Print version information and exit */
|
||||||
void version ()
|
void version ()
|
||||||
{
|
{
|
||||||
printf("%s\n", PACKAGE_STRING);
|
printf("%s\n", PACKAGE_STRING);
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ typedef union {
|
|||||||
|
|
||||||
char *progname;
|
char *progname;
|
||||||
|
|
||||||
|
/* Print usage information and exit */
|
||||||
void usage (int status)
|
void usage (int status)
|
||||||
{
|
{
|
||||||
if (0 == status) {
|
if (0 == status) {
|
||||||
@@ -86,6 +87,7 @@ void usage (int status)
|
|||||||
exit (status);
|
exit (status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Print version information and exit */
|
||||||
void version ()
|
void version ()
|
||||||
{
|
{
|
||||||
printf("%s\n", PACKAGE_STRING);
|
printf("%s\n", PACKAGE_STRING);
|
||||||
|
|||||||
Reference in New Issue
Block a user