append_filename man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

append_filename(3)		Allegro manual		    append_filename(3)

NAME
       append_filename	- Concatenates a filename to a path. Allegro game pro‐
       gramming library.

SYNOPSIS
       #include <allegro.h>

       char *append_filename(char *dest, const char *path, const  char	*file‐
       name, int size);

DESCRIPTION
       Concatenates the specified filename onto the end of the specified path,
       storing at most `size' bytes into the `dest' buffer. If `path'  doesn't
       have a trailing path separator, the function will append one if needed.
       You can use the same buffer both as input and  output  because  Allegro
       internally  works  on a copy of the input before touching `dest'. Exam‐
       ple:

	  append_filename(buf, "/home/user",
			  "prog.bin", sizeof(buf));

RETURN VALUE
       Returns a copy of the `dest' parameter.

SEE ALSO
       replace_filename(3)

Allegro				 version 4.4.2		    append_filename(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net