File: qmisc.hh

package info (click to toggle)
quelcom 0.4.0-16
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 1,544 kB
  • sloc: cpp: 4,148; makefile: 158; sh: 15
file content (13 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*! \file
 * header functions for miscellaneous funcions
 */

# include <string>
# include <sys/types.h>	// u_int32_t

extern u_int32_t time2ms (char *str);
extern u_int32_t time2msec (char *str);
extern string uint2string (u_int32_t ui);
extern string char2string (char c);
extern bool strcmpn(char *str1, char *str2, u_int32_t n);
string htmlize (string str);