File: test.cpp

package info (click to toggle)
systemc 2.3.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 24,196 kB
  • sloc: cpp: 95,517; sh: 11,972; asm: 2,589; ansic: 1,945; makefile: 1,262; pascal: 828; perl: 193; awk: 157; csh: 50
file content (5 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#include <systemc.h>

int sc_main(int argc, char *argv[]){
    return 0;
}