代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/254813/12116756
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation
www.eeworm.com/read/253260/12234875
cpp check_it.cpp
// check_it.cpp -- checking for valid input
#include
int main()
{
using namespace std;
cout > input
www.eeworm.com/read/253260/12235593
cpp check_it.cpp
// check_it.cpp -- checking for valid input
#include
int main()
{
using namespace std;
cout > input
www.eeworm.com/read/252180/12295450
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/337096/12391919
cpp check_it.cpp
// check_it.cpp -- checking for valid input
#include
int main()
{
using namespace std;
cout > input
www.eeworm.com/read/148936/12413145
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation
www.eeworm.com/read/336620/12429160
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/234516/14110550
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/130264/14199776
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/129726/14231688
c getcbrk.c
#include
#include
void main()
{
if (getcbrk())
printf("Ctrl-Break checking is on\n");
else
printf("Ctrl-Break checking is off\n");
}