代码搜索:CRLF

找到约 1,032 项符合「CRLF」的源代码

代码结果 1,032
www.eeworm.com/read/163765/10146763

c crlf.c

/* * Copyright (c) 1993 W. Richard Stevens. All rights reserved. * Permission to use or modify this software and its documentation only for * educational purposes and without fee is hereby granted
www.eeworm.com/read/278507/10530691

c crlf.c

/* * Copyright (c) 1993 W. Richard Stevens. All rights reserved. * Permission to use or modify this software and its documentation only for * educational purposes and without fee is hereby granted
www.eeworm.com/read/277283/10649660

c crlf.c

/* * Copyright (c) 1993 W. Richard Stevens. All rights reserved. * Permission to use or modify this software and its documentation only for * educational purposes and without fee is hereby granted
www.eeworm.com/read/277283/10649667

o crlf.o

www.eeworm.com/read/396649/8096741

asm crlf.asm

public crlf code segment crlf proc far assume cs:code push ax push dx mov dl,0dh mov ah,2 int 21h mov dl,0ah mov ah,2 int 21h pop dx pop ax ex
www.eeworm.com/read/240382/13221198

c crlf.c

/* * Copyright (c) 1993 W. Richard Stevens. All rights reserved. * Permission to use or modify this software and its documentation only for * educational purposes and without fee is hereby granted
www.eeworm.com/read/137523/13317030

asm crlf.asm

;put into the public domain by Russell Nelson, nelson@clutx.clarkson.edu public crlf crlf: push ax push dx mov dl,13 mov ah,2 int 21h mov dl,10 mov ah,2 int 21h pop dx pop ax
www.eeworm.com/read/131315/5935942

bat crlf.bat

@REM=(" @perl %0.bat %1 %2 %3 %4 %5 %6 %7 %8 %9 @end ") if 0 ; # Convert all the files in the current directory from unix to MS-DOS # line ending conventions. # # By Diomidis Spinellis # open(FILES,
www.eeworm.com/read/127694/6002560

c crlf.c

/* * Copyright (c) 1993 W. Richard Stevens. All rights reserved. * Permission to use or modify this software and its documentation only for * educational purposes and without fee is hereby granted
www.eeworm.com/read/124347/6053337

c crlf.c

typedef enum { Nop=100000, /* ; do nothing */ New1, /* ; reset and begin new test */ Open, /* ; open test file */ Read, /* [askfor] [get] ; read bytes into buffer */ Write, /* [expect