File: __conftest.cc

package info (click to toggle)
netkit-telnet-ssl 0.17.41%2B0.2-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 4,744 kB
  • ctags: 7,417
  • sloc: cpp: 6,952; ansic: 6,720; sh: 203; makefile: 162
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#include <stdio.h>
int main() {
    void *x = (void *)snprintf;
    printf("%lx", (long)x);
    return 0;
}