Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
C-datadec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Duncan White
C-datadec
b67d54089f82f40d07b193f64138eff0ac36ef96
c-datadec
parser.h
Find file
Normal view
Permalink
parser.h
99 B
Newer
Older
Initial revision
dcw
committed
35 years ago
1
2
3
4
5
#ifdef HASPROTOS
extern
BOOL
parse_declns
(
declnlist
*
);
#else
extern
BOOL
parse_declns
();
#endif