代码搜索结果
找到约 10,000 项符合
L 的代码
_l_u_t2___l.h
////////////////////////////////////////////////////////////////////////////////
// ____ ____
// / /\/ /
// /___/ \ /
// \ \ \/
// \ \ Copyright (c) 2003-2004 X
led_l0_l7.c
#include
#include
#include
#include
#define UN unsigned char
UN read_1byte();
void write_1byte(unsigned char x);
void WriteToChip(UN a,b);
void re
lexer.l
/*
* avrdude - A Downloader/Uploader for AVR device programmers
* Copyright (C) 2000-2004 Brian S. Dean
*
* This program is free software; you can redistribute it and/or modify
lex.l
%{
#include "y.tab.h"
#define MAX_STR_CONST 256
int yywrap (void)
{
return 1;
}
%}
%x l_str
%pointer
%%
static char stringbuf[MAX_STR_CONST];
char *string_buf_ptr;
int string_caller;
i