|
Blender
V3.3
|
Go to the source code of this file.
Macros | |
| #define | MAX2(x, y) ((x) > (y) ? (x) : (y)) |
| #define | MAX3(x, y, z) MAX2(MAX2((x), (y)), (z)) |
Functions | |
| static char * | basename (char *string) |
| int | main (int argc, char **argv) |
|
static |
Definition at line 17 of file datatoc.c.
References MAX3.
Referenced by BKE_appdir_program_python_search(), bone_autoside_name(), dynamicPaintSurface_setUniqueName(), blender::compositor::DebugInfo::graphviz(), Freestyle::Controller::LoadMesh(), main(), surface_setUniqueOutputName(), and wm_autosave_location().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 33 of file datatoc.c.
References basename(), L, and size().