473,466 Members | 1,367 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

-D_HAVE_ISOC9X_SOURCE and gcc -std=c99

Hi all,

I would like to know what you guys consider more portable (as far
as I can understand it -std=c99 is a gcc specific option).

Also can you say what's the difference between
-D_HAVE_ISOC9X_SOURCE

and
-D_HAVE_ISOC99_SOURCE

or can you provide a pointer to the documentation for these macros?

Many thanks in advance.
--
Stefano Sabatini
Linux user number 337176 (see http://counter.li.org)
Jun 27 '08 #1
1 1626
Stefano Sabatini <st**************@caos.orgwrites:
I would like to know what you guys consider more portable (as far
as I can understand it -std=c99 is a gcc specific option).
Please put the entire question in the body of the article. Some
newsreaders make it difficult to see the subject header, which was:

Subject: -D_HAVE_ISOC9X_SOURCE and gcc -std=c99
Also can you say what's the difference between
-D_HAVE_ISOC9X_SOURCE

and
-D_HAVE_ISOC99_SOURCE

or can you provide a pointer to the documentation for these macros?
Neither "-std=c99", "_HAVE_ISOC9X_SOURCE", nor "_HAVE_ISOC99_SOURCE"
are standard features. I know that "-std=c99" is gcc-specific (and it
*doesn't* give you full C99 compliance). I don't see either
"_HAVE_ISOC9X_SOURCE", or "_HAVE_ISOC99_SOURCE" in the gcc
documentation

Try gnu.gcc.help.

--
Keith Thompson (The_Other_Keith) <ks***@mib.org>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
Jun 27 '08 #2

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

Similar topics

4
by: Ian Bush | last post by:
Hi All, Just illustrating my lack of C knowledge again: Wot now ? cat test.c #include <pthread.h> void thread_init( void ){} Wot now ? xlc_r -c -qlanglvl=stdc89 test.c
28
by: silvia.fama | last post by:
Hi! I'm using c language. I need to copy a long type value into a char string using a memcpy function: memcpy(string, (long *) value, len) this value will be then insert into a database. On...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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,...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...

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.