Actions
Feature #121
openImplement extern procedures
Feature #121:
Implement extern procedures
Status:
New
Priority:
Normal
Assignee:
-
Category:
Language
Start date:
Due date:
% Done:
0%
Estimated time:
Description
The compiler starts to use procedure information in the symbol table, for example to generate code for returning values. Therefore all used procedures should be in the symbol table. Some procedures are from libc, but are not declared in the source code. An extern declaration can use the extern keyword instead of the body.
proc f() extern
No data to display
Actions