- constify
git-svn-id: http://moon:8086/svn/mips@31 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
+1
-1
@@ -380,7 +380,7 @@ void DCACHE_invalidate_at(UINT32* pPtr);
|
||||
char readchar(UINT32 port);
|
||||
void writechar(UINT32 port, char c);
|
||||
int write(int file, char *ptr, int len);
|
||||
int sputs(char *pStr);
|
||||
int sputs(char const *pStr);
|
||||
void print_byte(char byte);
|
||||
void print_word(int word);
|
||||
void _exit (int exitcode);
|
||||
|
||||
Reference in New Issue
Block a user