Creating an Array: Difference between revisions

m
→‎{{header|C}}: Fixed links to point to compilers
m (Switch to header template)
m (→‎{{header|C}}: Fixed links to point to compilers)
Line 57:
 
=={{header|C}}==
'''Compiler:''' GCC[[gcc]], [[MSVC]], [[BCC]], [[Watcom]]
 
'''Libraries:''' Standard
Dynamic
#include <stdlib.h> /* for malloc */