File: __conftest.cc

package info (click to toggle)
netkit-telnet-ssl 0.17.24%2B0.1-7.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 924 kB
  • ctags: 1,413
  • sloc: cpp: 6,770; ansic: 6,359; sh: 146; makefile: 140
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;
}