Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
237014486642e511103f3f5111bd3164d2bd6c26
237014486642e511103f3f5111bd3164d2bd6c26
Switch branch/tag
doxverilog
examples
diagrams_e.h
Find file
Normal view
History
Permalink
diagrams_e.h
96 Bytes
Edit
Web IDE
Newer
Older
Tagged the release as 1.1.0
ddbc18f5
Dimitri van Heesch
committed
25 years ago
1
2
3
4
5
#ifndef _DIAGRAM_E_H
#define _DIAGRAM_E_H
#include "diagrams_d.h"
class
E
:
public
D
{};
#endif