代码搜索:Compiles
找到约 1,454 项符合「Compiles」的源代码
代码结果 1,454
www.eeworm.com/read/142909/12908690
fbmakefile
#
# For bootstrapping: fbcc compiles itself.
#
FBCC= fbcc
PROG = fbfbcc
#
# For testing: fbcc compiled with itself compiles itself :)
#
#PROG= fbfbcc1
#FBCC = ../fbvm/fbvm fbfbcc
FBAS = ../fbas/fbas
www.eeworm.com/read/238879/13316973
hpp lua.hpp
// lua.hpp
// Lua header files for C++
// not supplied automatically because Lua also compiles as C++
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
www.eeworm.com/read/321330/13408828
hpp lua.hpp
// lua.hpp
// Lua header files for C++
// not supplied automatically because Lua also compiles as C++
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
www.eeworm.com/read/136821/5851510
readme
This is the Open OBEX c-library. I have compiled it on Linux, Solaris
(no IrDA) and Win2K. Maybe it compiles on other platforms to.
To compile for Unix do the normal ./confgure, make, make install.
T
www.eeworm.com/read/127739/6001440
c check-50.c
#undef NDEBUG
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/127739/6001488
c check-72.-fcompound-names.c
#undef NDEBUG
#include
#include
#include
#include
#include
#include
int
main(int ac, char **av) {
Type_t t;
(void)ac; /* Unused a
www.eeworm.com/read/127739/6001492
c check-33.c
#undef NDEBUG
#include
#include
#include
#include
#include
#include
int
main(int ac, char **av) {
T_t t;
(void)ac; /* Unused argumen
www.eeworm.com/read/123117/6063201
java whathappens.java
//
// This program compiles but won't run successfully.
//
public class WhatHappens {
public static void main(String[] args) {
StringBuffer[] stringBuffers = new StringBuffer[10];
www.eeworm.com/read/109636/6173920
java noargtestcasetest.java
package junit.tests.framework;
import junit.framework.TestCase;
public class NoArgTestCaseTest extends TestCase {
public void testNothing() { // If this compiles, the no arg ctor is there
www.eeworm.com/read/101082/6241627
c long_.c
/*
* "@(#)long_.c 1.1"
*/
/*
* convert short ints to long.
* Needed for literals in -I2 compiles.
* used as follows:
* integer*4 long
* ...
* call ftell(long(11))
*/
long long_(i)
short *i;