473,756 Members | 2,378 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"K&R" C

I recently got a hold of the sources of Concurrent CP/M-86(circa 1984),
and the system builder, GENCPM is written in a K&R style C. Does GCC
support this syntax? If not, are there any K&R to ANSI converters out
there, or possibly a modern compiler supporting this syntax? Any help
is appreciated.

Thanks,

"msdos6"

Oct 21 '06 #1
16 2166
msdos6 wrote:
I recently got a hold of the sources of Concurrent CP/M-86(circa 1984),
and the system builder, GENCPM is written in a K&R style C. Does GCC
support this syntax? If not, are there any K&R to ANSI converters out
there, or possibly a modern compiler supporting this syntax? Any help
is appreciated.
Have you tried it?

--
Ian Collins.
Oct 21 '06 #2

Ian Collins wrote:
msdos6 wrote:
I recently got a hold of the sources of Concurrent CP/M-86(circa 1984),
and the system builder, GENCPM is written in a K&R style C. Does GCC
support this syntax? If not, are there any K&R to ANSI converters out
there, or possibly a modern compiler supporting this syntax? Any help
is appreciated.
Have you tried it?

--
Ian Collins.
I don't currently have GCC on my computer because I mainly work in
FreeBASIC, and it is pointless for me to have a copy of it at this
period in time. I'll reinstall MinGW and give it a shot.

Oct 21 '06 #3
msdos6 wrote:
Ian Collins wrote:
>>msdos6 wrote:
>>>I recently got a hold of the sources of Concurrent CP/M-86(circa 1984),
and the system builder, GENCPM is written in a K&R style C. Does GCC
support this syntax? If not, are there any K&R to ANSI converters out
there, or possibly a modern compiler supporting this syntax? Any help
is appreciated.

Have you tried it?

--
Ian Collins.


I don't currently have GCC on my computer because I mainly work in
FreeBASIC, and it is pointless for me to have a copy of it at this
period in time. I'll reinstall MinGW and give it a shot.
OK, it will compile K&R style code.

--
Ian Collins.
Oct 21 '06 #4
"msdos6" <ja************ ***@gmail.comwr ites:
I recently got a hold of the sources of Concurrent CP/M-86(circa 1984),
and the system builder, GENCPM is written in a K&R style C. Does GCC
support this syntax? If not, are there any K&R to ANSI converters out
there, or possibly a modern compiler supporting this syntax? Any help
is appreciated.
The C90 standard is mostly backward-compatible with K&R (pre-ANSI) C,
so you *probably* won't have any serious problems.

(The bad news: any problems you do have are likely to be subtle ones.)

--
Keith Thompson (The_Other_Keit h) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Oct 22 '06 #5
msdos6 wrote:
I recently got a hold of the sources of Concurrent CP/M-86(circa 1984),
and the system builder, GENCPM is written in a K&R style C. Does GCC
support this syntax?
What characteristics of "K&R style C" does it have?

Most of these will be supported in the GNU preprocessor with
"-E -traditional".

With any CP/M-ish software I'd be more concerned about stuff relying on
8- or 16-bit wide values for various things, or architecture-specific
couplings. Last time I touched CP/M I had to deal with Z-80 asm as
well. Hopefully your software is "just plain C".
Oct 22 '06 #6

msdos6 wrote:
I recently got a hold of the sources of Concurrent CP/M-86(circa 1984),
and the system builder, GENCPM is written in a K&R style C. Does GCC
support this syntax? If not, are there any K&R to ANSI converters out
there, or possibly a modern compiler supporting this syntax? Any help
is appreciated.

Thanks,

"msdos6"
Is posession of the source code legal?

Better check and make sure. Just becasue its old does not make it legal
unless its owner at one time or another released it to the public
domain.

- mkaras

Oct 22 '06 #7
>What characteristics of "K&R style C" does it have?
>
Most of these will be supported in the GNU preprocessor with
"-E -traditional".

With any CP/M-ish software I'd be more concerned about stuff relying on
8- or 16-bit wide values for various things, or architecture-specific
couplings. Last time I touched CP/M I had to deal with Z-80 asm as
well. Hopefully your software is "just plain C".
All the assembly is in the BDOS, XIOS, and other main parts of CP/M.
The CP/M generation tool is made out of 100% C code, so it shouldn't
really matter.

mkaras wrote:
msdos6 wrote:
I recently got a hold of the sources of Concurrent CP/M-86(circa 1984),
and the system builder, GENCPM is written in a K&R style C. Does GCC
support this syntax? If not, are there any K&R to ANSI converters out
there, or possibly a modern compiler supporting this syntax? Any help
is appreciated.

Thanks,

"msdos6"

Is posession of the source code legal?

Better check and make sure. Just becasue its old does not make it legal
unless its owner at one time or another released it to the public
domain.

- mkaras
It is legal. Caldera released the source code quite a while ago. My
only real restriction with the code is that I cannot use it for
proprietary purposes.

Thank you everyone, for your help.

Oct 22 '06 #8
msdos6 wrote:
>
I recently got a hold of the sources of Concurrent CP/M-86 (circa
1984), and the system builder, GENCPM is written in a K&R style C.
Does GCC support this syntax? If not, are there any K&R to ANSI
converters out there, or possibly a modern compiler supporting
this syntax? Any help is appreciated.
Where is this source?

--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home .att.net>

Oct 22 '06 #9
CBFalconer wrote:
msdos6 wrote:
I recently got a hold of the sources of Concurrent CP/M-86 (circa
1984), and the system builder, GENCPM is written in a K&R style C.
Does GCC support this syntax? If not, are there any K&R to ANSI
converters out there, or possibly a modern compiler supporting
this syntax? Any help is appreciated.

Where is this source?
http://www.cpm.z80.de/

(It is of course possible that the original poster got it from another
place.)

Oct 22 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
11443
by: DrTebi | last post by:
Hello, I have the following problem: I used to "encode" my email address within links, in order to avoid (most) email spiders. So I had a link like this: <a href="mailto:DrTebi@yahoo.com">DrTebi</a> This would work like a regular mailto link in any browser, but wouldn't be visible to spiders if they don't have a function to decode it.
2
1849
by: DC Gringo | last post by:
I have an image control (that pulls an image off an ESRI map server): <ASP:IMAGE ID="imgZonedCountry" RUNAT="server"></ASP:IMAGE> In the code behind I am setting the ImageURL to a String value with url parameters like this: imgZonedCountry.ImageUrl = "http://server/servlet/com.esri.wms.Esrimap?param1=x&param2=y When it serves up the page, I'm getting "&amp;" in place of the "&"
2
20532
by: Eric Osman | last post by:
Hi, I'm looking for a javascript function that will convert input such as this: <CLUB Code=" into this: &lt;CLUB Code=&quot;
4
14802
by: barney | last post by:
Hello, I' m using .NET System.Xml.XmlDOcument. When I do the following: XmlDocument xml = new XmlDocument(); xml.Load("blah"); .... xml.Save("blub"); I've got the problem that the following expression: .... snip ...
1
3978
by: st | last post by:
Hi, I'm using xmlDocument.Save(xmlTextWriter) to create an Excel-readable file. All works well, except where I've replaced the carriage return chars in the .innertext to XML-compliant " "; It gets changed to "&amp;#10" and doesn't render new lines in the Excel sheet. Can anyone help? Many thanks,
5
3447
by: martin | last post by:
Hi, I would be extremly grateful for some help on producing an xml fragemt. The fragment that I wish to produce should look like this <Addresses> <Address>&qout;Somebody's Name&quot; &lt;me@mydomain.com&gt;</Address> </Addresses>
7
2806
by: DC Gringo | last post by:
I am having a bear of a time with setting a URL query string as a text value in a dropdownlist and Server.URLEncode does not seem to do its job. theFullLink = theLinkPrefix & theImageryTypeTrimmed & Server.URLEncode("&f=") ddlMyDropDownList.Items.Add(New ListItem("MyTextValue", theFullLink & "af")) Which puts out the following HTML: <option value="~/folder/page.aspx?param1=value1%26f%3daf">-
14
5934
by: Arne | last post by:
A lot of Firefox users I know, says they have problems with validation where the ampersand sign has to be written as &amp; to be valid. I don't have Firefox my self and don't wont to install it only because of this, so I hope some of you gurus can enlighten me with this :) In what circumstances can the "&amp;" in the source code be involuntary changed to "&" by a browser when or other software, when editing and uploading the file to the web...
13
2803
by: Ragnar | last post by:
Hi, 2 issues left with my tidy-work: 1) Tidy transforms a "&amp;" in the source-xml into a "&" in the tidied version. My XML-Importer cannot handle it 2) in a long <title>-string a wrap is produced like: <title>my very long title blab la blab la Blabla bla </title> Importer also has got problems with it
0
9255
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9689
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8688
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7226
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6514
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5119
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5289
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3780
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2647
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.