代码搜索结果
找到约 10,000 项符合
Q 的代码
q.c
//#include
#include
#define HI 4
typedef struct hello
{
int a;
} james;
int zzz;
void jamison(int rrr);
extern int howdy;
main(int argc, char *argv)
{
int
q.c
#include "windows.h"
#include "stdio.h"
int a;
main(int argc, char *argv[])
{
printf("%x", &a);
return 0;
}
q.c
#include
float aa = 4.0 ;
double bb = 5.0 ;
long double cc = 6.0;
float _Imaginary dd = 7.0*I ;
double _Imaginary ee = 8.0*I ;
long double _Imaginary ff = 9.0 * I;
float _Comple
q.c
#include
main()
{
FILE *in = fopen("crtdll.def", "r");
FILE *out = fopen("crtdll2.def", "w");
while (!feof(in))
{
char buf[256], *q;
buf[0] = 0;
q.c
main()
{
char buf[256];
getcwd(buf, 256);
printf("%s\n", buf);
exit();
}
q.c
#include
int main()
{
float _Complex aa;
printf("hi") ;
}
q.c
DBG386.C: if (type->val_flag &VARARRAY)
DBG386.C: if (type->btp == bt_pointer && (type->btp->val_flag &VARARRAY))
DBG386.C: if (type->val_flag &VARARRAY)
{
DBG386.C: ptr->leaf = LF_VARARRA
q.c
main()
{
printf("hi");
}
q.c
#include
main()
{
char buf[280];
getcwd(buf, 280);
printf("%s", buf);
}