代码搜索:wrapper
找到约 10,000 项符合「wrapper」的源代码
代码结果 10,000
www.eeworm.com/read/448221/7536879
jilkit_wrapper .jilkit_wrapper
#!/bin/sh
# return the absolute pathname for $1
getAbsPathname()
{
case $1 in
/*)
;;
.)
/usr/bin/echo `/usr/bin/pwd`
;;
*)
/usr/bin/echo `/usr/bin/pwd`
www.eeworm.com/read/331181/12840429
c wrapper.c
#ifndef _WRAPPER_C_
#define _WRAPPER_C_ 0
#include "SysHeaders.h"
#include "Error.c"
FILE *Fopen( const char *path,const char *mode )
{
FILE *fp;
if( (fp = fopen(path,mode)) == NULL )
err
www.eeworm.com/read/331181/12840461
c~ wrapper.c~
#include "SysHeaders.h"
#include "Error.c"
FILE *Fopen( const char *path,const char *mode )
{
FILE *fp;
if( (fp = fopen(path,mode)) == NULL )
err_sys("Error occurred when opening file!");
www.eeworm.com/read/329960/12923407
dsp wrapper.dsp
# Microsoft Developer Studio Project File - Name="Wrapper" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynam
www.eeworm.com/read/329960/12923422
dsw wrapper.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
P
www.eeworm.com/read/329960/12923431