Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9e794e5b75 | |||
| 279327324e |
@@ -77,17 +77,14 @@ static char Rcs_Id[] =
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main (); /* Convert to/from 8-bit sequences */
|
||||
int main (int argc, char *argv[]); /* Convert to/from 8-bit sequences */
|
||||
static void usage (); /* Issue a usage message */
|
||||
static void to7bit (); /* Convert from 8-bit sequences */
|
||||
static void to8bit (); /* Convert to 8-bit sequences */
|
||||
|
||||
extern void exit (); /* Terminate program */
|
||||
|
||||
int main (argc, argv) /* Convert to/from 8-bit sequences */
|
||||
int argc; /* Argument count */
|
||||
char * argv[]; /* Argument vector */
|
||||
int main (int argc, char *argv[]) /* Convert to/from 8-bit sequences */
|
||||
{
|
||||
|
||||
if (argc != 2)
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 20:05:38 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- build with gcc15
|
||||
- modified sources
|
||||
% fix8bit.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 13:30:52 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package igerman98
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
||||
Reference in New Issue
Block a user