Systemsicherheit/7-SGX_Hands-on/src/app/util.h
Paul Zinselmeyer 6d966e0b94 [Assignment-7] App Intermediary and Proxy
- Intermediary is fully functional
- Proxy is ready until invocation of enclave
2024-07-08 11:19:48 +02:00

12 lines
183 B
C

#ifndef _APP_UTIL_H_
#define _APP_UTIL_H_
/*
* @brief prints the command syntax and exits with EXIT_FAILURE
*/
void syntax_exit(void);
void set_bin_name(char* bin_name);
#endif