Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 592 → Rev 593

/kernel/trunk/core/string.inc
1,4 → 1,3
$Revision: 431 $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
6,7 → 5,9
;; Author: Kees J. Bot 1 Jan 1994 ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 431 $
 
 
; size_t strncat(char *s1, const char *s2, size_t n)
; Append string s2 to s1.