mirror of
https://github.com/Nekrolm/ubbook.git
synced 2025-12-18 13:14:41 +03:00
fix typos
This commit is contained in:
@@ -68,10 +68,10 @@ INLINE int square(int num) {
|
|||||||
|
|
||||||
// square.c
|
// square.c
|
||||||
#define DEFINE_STUB
|
#define DEFINE_STUB
|
||||||
#include "foo.h"
|
#include "square.h"
|
||||||
|
|
||||||
// main.c
|
// main.c
|
||||||
#include "foo.h"
|
#include "square.h"
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
return square(5);
|
return square(5);
|
||||||
@@ -109,7 +109,7 @@ inline int cube(int num) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// main.c
|
// main.c
|
||||||
#include "foo.h"
|
#include "square.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
typedef int (*fn) (int);
|
typedef int (*fn) (int);
|
||||||
|
|||||||
Reference in New Issue
Block a user