Changeset 1935
- Timestamp:
- 02/25/09 19:42:23 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/lib/vsprintf.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/lib/vsprintf.c
r1668 r1935 409 409 410 410 SYMBOL_EXPORT(vasprintf); 411 412 /* sprintf, used by Linux drivers mostly. */ 413 int sprintf(char* str, const char* fmt, ...) 414 { 415 KePrint("sprintf"); 416 return 0; 417 } 418 419 SYMBOL_EXPORT(sprintf);
