File: concat.h

package info (click to toggle)
passwdqc 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 508 kB
  • sloc: ansic: 9,510; makefile: 232; php: 35; sh: 10
file content (10 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (c) 2009 by Dmitry V. Levin.  See LICENSE.
 */

#ifndef CONCAT_H__
#define CONCAT_H__

extern char *concat(const char *, ...);

#endif /* CONCAT_H__ */