Cthulhu  0.2.10
Cthulhu compiler collection
scan.h File Reference
#include "core/where.h"
#include <stddef.h>
Include dependency graph for scan.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CTULTYPE   where_t
 

Functions

void ctu_parse_digit (scan_t *scan, where_t where, ctu_integer_t *integer, const char *str, int len, size_t base)
 

Macro Definition Documentation

◆ CTULTYPE

#define CTULTYPE   where_t

Definition at line 14 of file scan.h.

Function Documentation

◆ ctu_parse_digit()

void ctu_parse_digit ( scan_t scan,
where_t  where,
ctu_integer_t integer,
const char *  str,
int  len,
size_t  base 
)

Definition at line 15 of file scan.c.