File: krstring.h

package info (click to toggle)
kraptor 0.0.20040403-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,208 kB
  • ctags: 979
  • sloc: ansic: 7,130; sh: 67; makefile: 56
file content (17 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -------------------------------------------------------- 
// krstring.h
// -------------------------------------------------------- 
// Copyright (c) 2002, Kronoman 
// En memoria de mi querido padre 
// -------------------------------------------------------- 
// Funciones para strings ASCIIZ auxiliares
// -------------------------------------------------------- 
// ASCIIZ string function
// --------------------------------------------------------

#ifndef KRSTRING_H
#define KRSTRING_H

char *krtrim(char *dest, const char *orig);

#endif