Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Android/build/build/make/tools/libhost/include/host/   (Android Betriebssystem Version 17©)  Datei vom 26.5.2026 mit Größe 873 B image not shown  

Quelle  CopyFile.h

  Sprache: C
 

#ifndef _HOST_COPYFILE_H
#define _HOST_COPYFILE_H

#include <stdbool.h>
#include <sys/stat.h>

#if __cplusplus
extern "C" {
#endif

// command line options
enum {
    COPY_NO_DEREFERENCE = 0x00010000, // copy symlink link instead of target
    COPY_TRY_EXE        = 0x00020000, // on Win32, try adding '.exe' to filename
    COPY_FORCE          = 0x00040000, // override access permissions
    COPY_PERMISSIONS    = 0x00080000, // preserve mode, ownership, timestamps
    COPY_TIMESTAMPS     = 0x00100000, // preserve mode, ownership, timestamps
    COPY_RECURSIVE      = 0x00200000, // copy directories
    COPY_UPDATE_ONLY    = 0x00400000, // only copy if source file is newer
    COPY_VERBOSE_MASK   = 0x000000ff  // talk lots
};

int copyFile(const char* src, const char* dst, unsigned int options);

#if __cplusplus
// extern "C"
#endif

#endif // _HOST_COPYFILE_H


Messung V0.5 in Prozent
C=94 H=90 G=91

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-28) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.