Skip to content

Add ANSI-C reserved words. #5

Open
@jgornick

Description

@jgornick

ANSI C-keywords, as run thru the brain of R. Sonnenfeld
(www.nmt.edu/~rsonnenf)
and pulled from the web-site below
https://www.cheatography.com/ashlyn-black/cheat-sheets/c-reference/

auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
inline
int
long
register
restrict
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned
void
volatile
while

In addition to these, NEVER start a variable with an _underscore.
Many _words _with _LEADING _underscores are reserved for libraries and
compiler functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions