[cs631apue] Are we allowed to use C99 standard?

Jan Schaumann jschauma at stevens.edu
Sun Oct 5 21:23:30 EDT 2014


Sen Jiang <sjiang11 at stevens.edu> wrote:
> It would be more convenient.

Yes, you may.  Your Makefile, however, needs to explicitly set the right
flags for the compiler.  (Ie don't just assume that your code will be
built using c99.)

Note, however, that you may _not_ use any GNU or gcc-specific
extensions.

-Jan


More information about the cs631apue mailing list