代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/189342/7114896
c srchpath.c
#include
#include
void main (int argc, char *argv[])
{
char *path;
if (path = searchpath(argv[1]))
printf("Pathname: %s\n", path);
else
printf("File
www.eeworm.com/read/189342/7114902
c split.c
#include
#include
#include
void main (void)
{
char *path_1 = "C:\\SUBDIR\\FILENAME.EXT";
char *path_2 = "SUBDIR\\FILENAME.EXT";
char *path_3 = "FILE
www.eeworm.com/read/189342/7114936
c srch_env.c
#include
#include
void main (int argc, char *argv[])
{
char path[128];
_searchenv(argv[1], "LIB", path);
if (path[0])
printf("Pathname: %s\n", path)
www.eeworm.com/read/189342/7114939
c creattmp.c
#include
#include
#include
void main(void)
{
char path[64] = "C:\\TEMP\\";
int handle;
if ((handle = creattemp(path, 0)) == -1)
printf("Error cr
www.eeworm.com/read/189342/7115243
c showpath.c
#include
#include
void main (void)
{
char *entry;
entry = getenv("PATH");
if (*entry)
printf("PATH=%s\n", entry);
else
printf("PATH is not de
www.eeworm.com/read/435060/7118992
c man.c
//program to implement the man pages
#include
#include
#include
#include
#include
int man(char *page)
{ int i;
FILE *fp;
ch
www.eeworm.com/read/326993/7123821
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "文件列表"
ClientHeight = 3945
ClientLeft = 1995
ClientTop = 1650
ClientWidth = 5115
LinkTopic