Blender V5.0
datatoc.cc File Reference
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <filesystem>
#include <iostream>

Go to the source code of this file.

Macros

#define STRPREFIX(a, b)

Functions

static char * arg_basename (char *string)
int main (int argc, char **argv)

Macro Definition Documentation

◆ STRPREFIX

#define STRPREFIX ( a,
b )
Value:
(strncmp((a), (b), strlen(b)) == 0)

Definition at line 18 of file datatoc.cc.

Function Documentation

◆ arg_basename()

char * arg_basename ( char * string)
static

Definition at line 20 of file datatoc.cc.

Referenced by main().

◆ main()

int main ( int argc,
char ** argv )

Definition at line 36 of file datatoc.cc.

References arg_basename(), i, L, printf, and size().