mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Update documentation for line_bynumber
This commit is contained in:
parent
8ea0dfe453
commit
9ee0c835e5
@ -258,7 +258,8 @@ const cc65_lineinfo* cc65_line_bynumber (cc65_dbginfo handle,
|
|||||||
unsigned source_id,
|
unsigned source_id,
|
||||||
cc65_line line);
|
cc65_line line);
|
||||||
/* Return line information for a source file/line number combination. The
|
/* Return line information for a source file/line number combination. The
|
||||||
** function returns NULL if no line information was found.
|
** function returns NULL if no line information was found, otherwise a list
|
||||||
|
** of line infos.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const cc65_lineinfo* cc65_line_bysource (cc65_dbginfo Handle, unsigned source_id);
|
const cc65_lineinfo* cc65_line_bysource (cc65_dbginfo Handle, unsigned source_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user