#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "logging.h"
#include "equation.h"
#include "check_netlist.h"
#include "tokens_netlist.h"
Go to the source code of this file.
static double netlist_evaluate_scale |
( |
double |
val, |
|
|
char * |
scale |
|
) |
| |
|
static |
WS [ \t\n\r] SIMPLEID* [a-zA-Z_][a-zA-Z0-9_] POSTID [a-zA-Z0-9_] ID |
<INITIAL><INITIAL><INITIAL><INITIAL> return InvalidCharacter |
Initial value:{
"line %d: syntax error, unrecognized character: `%s'\n",
void logprint(int level, const char *format,...)
Definition at line 698 of file scan_netlist.l.
Initial value:{
"line %d: syntax error, unterminated string constant\n",
void logprint(int level, const char *format,...)
Definition at line 712 of file scan_netlist.l.