Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
211 B

  1. #include "master.h"
  2. #include "keytab.h"
  3. int __cdecl
  4. main( int argc,
  5. PCHAR argv[] ) {
  6. fprintf( stderr, "sizeof K5_INT16 = %d.\n",
  7. sizeof( K5_INT16 ));
  8. return 0;
  9. }