index
:
pangu
gh-pages
master
Toolkit to detect/crash/attack GNU debugging-related tools
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
detect
/
env.h
blob: 7cde9af170dc1d4fc20678750d963959961945dc (
plain
)
1
2
3
4
5
6
7
#ifndef _ENV_ #define _ENV_ int gdb_columns(); int gdb_lines(); int gdb_path(); #endif