
| Current Path : /proc/thread-self/root/usr/include/gap/src/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/usr/include/gap/src/profile.h |
/**************************************************************************** ** *W profile.h GAP source Chris Jefferson ** ** *Y Copyright (C) 2014 The GAP Group ** ** This file contains profile related functionality. ** */ #ifndef GAP_PROFILE_H #define GAP_PROFILE_H #include "system.h" /**************************************************************************** ** *F * * * * * * * * * * * * * initialize module * * * * * * * * * * * * * * * */ /**************************************************************************** ** *F InitInfoProfile() . . . . . . . . . . . . . . . . table of init functions */ StructInitInfo * InitInfoProfile ( void ); #endif // GAP_PROFILE_H