Subversion Repositories filter_foundry

Rev

Rev 505 | Rev 536 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 505 Rev 518
Line 21... Line 21...
21
#include "ff.h"
21
#include "ff.h"
22
 
22
 
23
#include "file_compat.h"
23
#include "file_compat.h"
24
#include "sprintf_tiny.h"
24
#include "sprintf_tiny.h"
25
 
25
 
26
enum{ CHOPLINES = 63 };
26
#define CHOPLINES 63
27
 
27
 
28
OSErr putstr(Handle h,char *s);
28
OSErr putstr(Handle h,char *s);
29
 
29
 
30
OSErr putstr(Handle h,char *s){
30
OSErr putstr(Handle h,char *s){
31
        Ptr p;
31
        Ptr p;